home *** CD-ROM | disk | FTP | other *** search
- 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.
-