C++ Access Control Question:
What is Private Inheritance?
Answer:
The Public and protected members of Base class become private members of the derived class.
Previous Question | Next Question |
Explain different access specifiers for the class member in C++? | What is Public Inheritance? |