home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06153.TXT < prev    next >
Encoding:
Text File  |  1993-09-13  |  320 b   |  6 lines

  1. Data members and member functions remain available while the
  2. destructor is executing.  Therefore, the destructor can access
  3. them.  For example, the destructor of a class could open a file,
  4. write the information in the object onto that file, and close the
  5. file.  Data members are destroyed when the destructor ends.
  6.