home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06131.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  188.2 KB  |  1 channel  |  11,025 sample rate  |  17 seconds
Transcription: As you have seen, when you declare an object of a class and supply no arguments for the constructor, you use a default constructor. If you supply one argument, you use either a copy constructor or a conversion constructor. Constructors can have any number of arguments.