C++ Inheritance Question: Download C++ Inheritance PDF

Explain what is Public Inheritance?

Tweet Share WhatsApp

Answer:

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

Download C++ Inheritance PDF Read All 20 C++ Inheritance Questions
Previous QuestionNext Question
List the advantages of inheritance?Explain what is Private Inheritance?