home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01112.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-16  |  236.3 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: In object-oriented programming, a large portion of the programming effort goes into defining abstract data types. In C++, the components, or the data and the functions associated with abstract data types, are defined as classes. C++ classes also specify how particular abstract data types can be used by the rest of the program.