1 Answers
- Public Inheritance
Specified between two classes as:
- class alpha: public beta
Base class private members
- manipulate through inherited member function.
- not accessible directly
- still inherited
Base class public and protected members
- inherited with original member access
Friend function not inherited