home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH10 / A10161.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-22  |  265.8 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: 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.