home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH01 / A01132.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-27  |  222.1 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: In object-oriented languages, the user can define types according to the behavior of objects as well as according to their data structures. In C++, abstract data types can be implemented as classes which have members. The members of a class include not only data but also the operators and functions associated with that data.