Interview Questions

What are the advantages of inheritance?

C++ Interview Questions and Answers


(Continued from previous question...)

What are the advantages of inheritance?

It permits code reusability. Reusability saves time in program development. It encourages the reuse of proven and debugged high-quality software, thus reducing problem after a system becomes functional.

(Continued on next question...)

Other Interview Questions