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

  1. This syntax calls a member function.  Member functions model the
  2. behavior of the class.  Often they record or extract
  3. information.  As you adopt more object-oriented techniques, you
  4. may find that an increasing portion of the applications'
  5. activities are defined inside the class.  The client program can
  6. work on a higher level than before.
  7.