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

  1. These examples show how to use the keywords private, public, and
  2. protected to specify access control on the class members.  These
  3. keywords are optional and can appear in any order.  The example
  4. classes here show two common conventions.  Some programmers put
  5. the private members first.  Others prefer the order public,
  6. protected, private.
  7.