home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12131.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  283 b   |  6 lines

  1. A reference to a derived class can be converted to a reference to
  2. one of its accessible base classes.  A base class is accessible if
  3. all of its members are accessible.  In this example, a reference
  4. to a derived class is automatically converted to a reference to
  5. the base class.
  6.