home *** CD-ROM | disk | FTP | other *** search
- Because two data members of this class are pointers (one for the
- array of names, and one for the array of telephone numbers) the
- default copy constructor does not work correctly on PhoneBk
- objects. A copy constructor is supplied with the class
- definition. When a PhoneBk object is declared, and an exiting
- PhoneBk object is supplied in the declaration, this constructor
- function is invoked.
-