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

  1. The keyword "public" separates the members that are private, or
  2. not directly accessible from outside the class, from the members
  3. that can be used by the application program.
  4.