In the following statement, which is the superclass?
public class ClassA extends ClassB implements
ClassC
|
ClassA |
||
|
ClassB |
||
|
ClassC |
||
|
Both ClassB and ClassC are superclasses. |
In the following statement, which is the superclass? public class ClassA extends ClassB implements ClassC ClassA...