C++ Inheritance Question:

Explain 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 about virtual destructor?Explain Public Inheritance?