home *** CD-ROM | disk | FTP | other *** search
- In a derived class, you can mention the fully qualified name of a
- member of a base class in the public or protected part of the
- derived class declaration. This changes the access of this member
- in the derived class to public or protected, even if the derived
- class specifies its base class as private. This facility does not
- let you change the access to the member in the derived class
- arbitrarily. You can only change the access level for a member
- back to the access level that it has in the base class.
-