C++ Inheritance Question:

Do you know what is Protected Inheritance?

Answer:

Public and Protected members are derived as protected members.

Read All 20 C++ Inheritance Questions
Previous QuestionNext Question
Explain Public Inheritance?Explain protected inheritance?