C++ Access Control Question:
Download Job Interview Questions and Answers 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 Question | Next Question |
Explain different access specifiers for the class member in C++? | What is Public Inheritance? |