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

  1. A List object performs two important activities:  adding items to
  2. a list or removing items from a list.  In this application, the
  3. member function insert() is called by the PhoneBk class to insert
  4. a PhoneNum object into a list.  The function delete() is called by
  5. the PhoneBk class to remove a PhoneNum object from a list.
  6.