C++ Inheritance Question:
Download Questions PDF

List the advantages of inheritance?

C++ Inheritance Interview Question
C++ Inheritance Interview Question

Answer:

Allows the code to be reused as many times as needed. The base class once defined and once it is compiled, it need not be reworked.
Saves time and effort as the main code need not be written again.

Download C++ Inheritance Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about Protected Inheritance?Explain what is Public Inheritance?