home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06183.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  225 b   |  5 lines

  1. A class constructor and destructor cannot be declared constant.
  2. Only these functions can alter the values of the members of
  3. constant objects.  A constant object must be initialized by the
  4. constructor when it is declared.
  5.