CS202   3- ‹#›
Types of Derivation
nclass derived: public base_1,
n               private base_2 {...};
n
n
n
n
n
nRemember 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