Answers

Question and Answer:

  Home  C++ Programming

⟩ What are the advantages of inheritance in C++?

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.

 190 views

More Questions for you: