C++ Inheritance Question:

Explain what is 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
List the advantages of inheritance?Explain what is Private Inheritance?