home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05201.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  238 b   |  5 lines

  1. The member access operator, "dot", uses the same syntax to
  2. access a data member as it does to call a member function.  Of
  3. course, only the public members can be addressed this way.  This
  4. syntax is also used for references to objects.
  5.