|
|
Base class access - the C++ rules |
The class B is a specialization of class A |
|
|
|
|
Friends of B are on equal footing to members of B Upcasting to a private or protected base A is restricted See also the The C++ Programming Language formulations of the rules page 406 |