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

  1. If there is both a constant and nonconstant version of a member
  2. function, the constant version is invoked for a constant object
  3. and the nonconstant version is invoked for a nonconstant object.
  4.