class Parent { public static void show(){ System.out.println("parent class"); } } class Child extends Parent { | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

class Parent { public static void show(){ System.out.println("parent class"); } } class Child extends Parent {

25th Apr 2018, 5:11 PM
pankaj
pankaj - avatar
2 Answers
+ 5
what is your question??
25th Apr 2018, 5:13 PM
Scooby
Scooby - avatar
+ 2
you can change the question by clicking on the three points top right but maybe this helps you https://www.sololearn.com/learn/Java/2163/
25th Apr 2018, 6:04 PM
Stefanoo
Stefanoo - avatar