C++ Access Control Question:
Download Questions PDF

What is Private Inheritance?

Answer:

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

Download C++ Access Control Interview Questions And Answers PDF

Previous QuestionNext Question
Explain different access specifiers for the class member in C++?What is Public Inheritance?