Inheritance makes it easier to
Answers
Answered by
5
Hi,
Inheritance makes it easier to inherit methods and property of a class
With the help of inheritance we can write manageable code.
Answered by
3
The properties of Inheritance makes it easier to call upon the function from the existing class and work upon the function more easily.
Explanation:
The inheritance is the property to inherit the methods and functions of an existing class to a new class on calling upon the inherited class. The function of the class which has the similar names are derived from each other. It let us execute code very easily as it is being reused.
Similar questions