adspace


Why inheritance is important?

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


Please Help Members By Posting Answers For Below Questions

Write the .net syntax for 'while loop'?

1143