home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A131144.TXT < prev    next >
Encoding:
Text File  |  1993-09-21  |  252 b   |  5 lines

  1. This statement causes a compile-time error.  It is an attempt to
  2. make the access to a member in a derived class more relaxed than
  3. it is in the base class.  Because x is a private member of base1,
  4. its access cannot be changed to public in derived1.
  5.