home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07123.TXT < prev    next >
Encoding:
Text File  |  1993-09-22  |  196 b   |  4 lines

  1. When the operand of delete is an object of a class, the destructor
  2. defined for that class is called.  Therefore, any cleanup that is
  3. required when a class object is destroyed can be performed.
  4.