0
how to create inheritance
4 Answers
0
Inheritance is nothing but getting one class properties to another class
ClassA extends classB
0
what is the example of inheritance
0
jst use extends keyword in ur child class like
class a (){
}
class b extends a () {
}
0
inheritances is represent to relationship between to same category data. As mango is a fruit