0
class Parent { public static void show(){ System.out.println("parent class"); } } class Child extends Parent {
2 Respuestas
+ 5
what is your question??
+ 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/