home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06144.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  259.8 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: When you declare an array of objects of class type, a default constructor is used for each element of the array. If the class has no explicit constructor, the compiler can supply the default constructor. If the class has any other constructor and no user-defined default, the compiler cannot supply its default constructor and cannot compile the code successfully.