home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06096.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  319.4 KB  |  1 channel  |  11,025 sample rate  |  29 seconds
Transcription: Like ordinary member functions, constructors and destructors can access all data members of the class and can call other functions, including member functions of their class. A constructor or destructor can have an empty argument list and an empty body. You can use such a constructor or destructor when the compiler cannot supply its own default constructor or destructor, and a user-defined default is required. Constructors and destructors cannot be members of unions. Thank you for watching.