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

  1. In base1, f() is public.  This statement causes an error because
  2. it attempts to make the access to f() more restrictive in derived1
  3. than it is in base1.
  4.