Home /
Expert Answers /
Computer Science /
figure-1-shows-an-example-of-inheritance-what-type-of-inheritance-had-been-applied-here-why-pub-pa144
(Solved):
Figure 1 shows an example of inheritance. What type of inheritance had been applied here? Why? pub ...
Figure 1 shows an example of inheritance. What type of inheritance had been applied here? Why? public class A \{ public void method A(){ System.out. println(" ?? ") }} public class B extends A \{ public void method B(){ System. out.println("B")\}\} public class C extends A public void meth odC (){ System.out.println( (??C??)}} Fiqure 1