home *** CD-ROM | disk | FTP | other *** search
- A List object performs two important activities: adding items to
- a list or removing items from a list. In this application, the
- member function insert() is called by the PhoneBk class to insert
- a PhoneNum object into a list. The function delete() is called by
- the PhoneBk class to remove a PhoneNum object from a list.
-