C++ Inheritance Question:

Explain Public Inheritance?

Answer:

All the public members and protected members are inherited as public and protected respectively.

Read All 20 C++ Inheritance Questions
Previous QuestionNext Question
Explain Private Inheritance?Do you know what is Protected Inheritance?