home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  255.4 KB  |  1 channel  |  11,025 sample rate  |  23 seconds
Transcription: A data member of a class can be an object of any defined type. It can be an object of a built-in type or of a user-defined type. Here the phone book class has three data members, an array of 100 string objects to hold the names in a phone book, an array of 100 long integers to hold the associated telephone numbers, and a counter for the number of entries.