What is meant by Inheritance
and what are its advantages?
Inheritance is the process of inheriting all
the features from a class. The advantages of inheritance are reusability of
code and accessibility of variables and methods of the super class by
subclasses.
Blog Author: Vijay Kumar
No comments:
Post a Comment