C++ Inheritance Question:

Explain 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
Explain Private Inheritance?Do you know what is Protected Inheritance?