C++ Access Control Question:

What is Private Inheritance?

Answer:

The Public and protected members of Base class become private members of the derived class.

Read All 31 C++ Access Control Questions
Previous QuestionNext Question
Explain different access specifiers for the class member in C++?What is Public Inheritance?