home *** CD-ROM | disk | FTP | other *** search
- A phonebook has a number of entries, and each entry consists of a
- name and a telephone number. The PhoneBk class has been rewritten
- to use the "List" container class. The client code remains
- unchanged but the implementation of the PhoneBk class is very
- different. Notice that the two parallel arrays, names[] and
- telnum[], of earlier implementations have been replaced with the
- class List.
-