Hello guys
i am solving last years exams for practice when i stepped over this quiz. I have been fighting it for 2 hours but cant solve it. I must fill in the blanks so the program makes sense and i know its an interface , a class and a inherited class but i dont know what to do to fill the code.
If someone can give me some hints o how to start i would be eternally grateful
Ex4 Fill in the blanks
--------------Nose{
--------------------
}
abstract class Picasso implements------------{
--------------------
return 7;
}
}
class --------------- -------------- --------------{}
class --------------- -------------- --------------{
--------------------
return 5;
}
}
public --------------- -------------- extends Clown{
public static void main (String args[]){
-----------------------
i[0]=new--------------
i[1]=new--------------
i[2]=new--------------
for (int x=0; x<3; x++)
System.out.println(----------------+” “+ ----------------.getClass());
}
}
}
The exit is 5 class Acts
7 class Clowns
-----------of76