Warning: Trying to access array offset on false in /home3/indiakep/public_html/wp-content/plugins/dw-question-answer/inc/Template.php on line 8
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
