C++ Inheritance Question: Download C++ Inheritance PDF

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