home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06134.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  245.6 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: Like ordinary functions, a constructor can have default values for its arguments. A constructor declaration can include default arguments and the definition can include an initializer list, as in the second constructor here. Notice that the last two constructors here are user-defined default constructors when their arguments are omitted.