home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  265.8 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: An application may use a large number of classes. This diagram shows the classes in the current version of the phonebook application. It follows the common practice of defining each class or set of closely related classes in a separate header file. Notice that the classes list and listiter are in the same file. The definitions of the member functions are also in separate code files.