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

  1. The String class is a user-defined data type that supports objects
  2. that are character strings.  This class was introduced in Chapter
  3. 7 of this book and is described in detail there.  Notice that,
  4. because this class uses dynamic memory and contains a pointer, an
  5. overloaded assignment operator has been defined.  In the PhoneNum
  6. class, the data member "name" is a String object.
  7.