how to create inheritance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to create inheritance

3rd Jul 2016, 2:27 PM
augustin maputol
augustin maputol - avatar
4 Answers
0
Inheritance is nothing but getting one class properties to another class ClassA extends classB
4th Jul 2016, 2:11 AM
S Lakshmikanth Reddy
S Lakshmikanth Reddy - avatar
0
what is the example of inheritance
4th Jul 2016, 10:12 AM
augustin maputol
augustin maputol - avatar
0
jst use extends keyword in ur child class like class a (){ } class b extends a () { }
4th Jul 2016, 5:45 PM
Abhishek Saxena
Abhishek Saxena - avatar
0
inheritances is represent to relationship between to same category data. As mango is a fruit
18th Jul 2016, 5:30 AM
sameer yadav
sameer yadav - avatar