C++ Programming Question: Download C++ Programming PDF

What are the advantages of inheritance in C++?

Tweet Share WhatsApp

Answer:

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.

Download C++ Programming PDF Read All 120 C++ Programming Questions
Previous QuestionNext Question
What is the difference between declaration and definition?How do you write a function that can reverse a linked-list?