home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06098.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  224.8 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: If a constructor or destructor is defined inside the class definition, it is an inline function. The body of a constructor or destructor can be small or empty. In such cases, the function is usually defined inline. If the body of a constructor or destructor is large, you can define it outside the class definition.