CS202
3- ‹#›
Types of Derivation
n
class derived: public base_1,
n
private base_2 {...};
n
n
n
n
n
n
Remember that regardless of the type of derivation,
private members are always private to the class and are
never available to any derived classes except for friends
of the class.
n