home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07128.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  258.2 KB  |  1 channel  |  11,025 sample rate  |  24 seconds
Transcription: You can redefine the new and delete operators inside a class. If a new operator has been defined for a class, it is used instead of the global new operator to create an object of that class. Similarly, the delete operator defined for a class is used instead of the global delete. How to overload these operators is described in the chapter on Overloading.