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

  1. The default value of the member "name" is an empty string and the
  2. default value of the data member "tel" is 0. These values are
  3. overwritten by the values of the optional arguments of this
  4. constructor, if these arguments are supplied when a PhoneNum
  5. object is declared.  The data member "link" is initialized to the
  6. null pointer.  A default destructor is explicitly declared.
  7.