0
what is inheritance..?
3 Answers
0
When the child or derived classes gets methods from the base class.
0
inheriting the properties of base class.
0
By means of inheritence we can have properties of base class used in another class(which is called derived class)