C++ Programming Question:
Download Questions PDF

What are the advantages of inheritance in C++?

C++ Programming Interview Question
C++ Programming Interview Question

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is the difference between declaration and definition?How do you write a function that can reverse a linked-list?