adspace
Answer Posted / Vijay Agrawal
Inheritance is important because it allows code reusability, reduces redundancy, improves maintainability, and promotes polymorphism. It enables a derived class to extend the functionality of the base class without reinventing the wheel.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers