C++ Inheritance Question:

Explain what is Private Inheritance?

Answer:

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

Read All 20 C++ Inheritance Questions
Previous QuestionNext Question
Explain what is Public Inheritance?Explain about virtual destructor?