home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A101111.TXT < prev    next >
Encoding:
Text File  |  1993-09-24  |  469 b   |  9 lines

  1. If you compare this definition of the PhoneBk class with the
  2. definition in earlier chapters, you will see that they are very
  3. similar.  The interface to the client code is unchanged, but the
  4. class now has only one data member, a List object.  The member
  5. functions have been altered to use the List, ListIter, and
  6. PhoneNum classes.  A PhoneBk object is now implemented as a linked
  7. list, and the items in the list are linked in alphabetic order by
  8. the name field.
  9.