home *** CD-ROM | disk | FTP | other *** search
- The String class is a user-defined data type that supports objects
- that are character strings. This class was introduced in Chapter
- 7 of this book and is described in detail there. Notice that,
- because this class uses dynamic memory and contains a pointer, an
- overloaded assignment operator has been defined. In the PhoneNum
- class, the data member "name" is a String object.
-