C++ Access Control Question: Download C++ Access Control PDF

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++ Access Control PDF Read All 31 C++ Access Control Questions
Previous QuestionNext Question
Explain different access specifiers for the class member in C++?What is Public Inheritance?