C++ Inheritance Question:

Explain about Protected Inheritance?

Tweet Share WhatsApp

Answer:

Public and Protected members are derived as protected members.

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