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

  1. A class member that is declared as protected can
  2. be used by member functions of the class, by
  3. friends of the class, and by member functions of
  4. classes that are derived from the class.
  5.