home *** CD-ROM | disk | FTP | other *** search
- If you compare this definition of the PhoneBk class with the
- definition in earlier chapters, you will see that they are very
- similar. The interface to the client code is unchanged, but the
- class now has only one data member, a List object. The member
- functions have been altered to use the List, ListIter, and
- PhoneNum classes. A PhoneBk object is now implemented as a linked
- list, and the items in the list are linked in alphabetic order by
- the name field.
-