home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07123.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  149.3 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: When the operand of delete is an object of a class, the destructor defined for that class is called. Therefore, any cleanup that is required when a class object is destroyed can be performed.