Lecture overview -- Keyboard shortcut: 'u'  Previous page: Base class access -- Keyboard shortcut: 'p'  Next page: Base class access - Examples -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Abstraction Mechanisms, Part 2 - slide 22 : 24

Base class access - the C++ rules
To see this image you must download and install the SVG plugin from Adobe.In Firefox please consultthis page.

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