home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06093.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  257.6 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: This syntax is used to include a constructor and destructor in a class definition. Notice that both the constructor and destructor have the same name as the class, and that the destructor is preceded with a tilde character. A constructor may have arguments, but a destructor cannot. Neither kind of function has a return type. They cannot return a value.