InterviewSolution
Saved Bookmarks
| 1. |
What Are The Advantages Of Inheritance In C++? |
|
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. 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. |
|