C++ Inheritance Question:

Explain Private Inheritance?

Tweet Share WhatsApp

Answer:

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

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