home *** CD-ROM | disk | FTP | other *** search
- This class has three constructors and an explicitly defined
- destructor. The first constructor is a default constructor. It
- can also create a String that holds a specified number of
- characters. The second constructor is a copy constructor. The
- third constructor converts an object of type char* to a String.
- These constructors and the destructor use dynamic memory.
-