home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06164.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  254 b   |  5 lines

  1. A default destructor is supplied for this class.  When a PhoneBk
  2. object goes out of scope, all data in the object is lost.  If that
  3. is unacceptable, this function could be rewritten to save the
  4. information in a PhoneBk object before it is destroyed.
  5.