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

  1. A class member that is declared as public can be
  2. used by any function that has access to the
  3. class itself.  For example, if a class is declared
  4. at file scope, the public members of that class
  5. can be used by any function in the file.
  6.