Multiple Choice
Given the following code, which statement is true? public class ClassB implements ClassA{ }
A) ClassA must override each method in ClassB.
B) ClassB must override each method in ClassA.
C) ClassB inherits from ClassA.
D) ClassA inherits from ClassB.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What type of relationship exists between two
Q3: In the following code, what will the
Q4: What is required for an interface method
Q5: If ClassC is derived from ClassB which
Q6: A class becomes abstract when you place
Q8: A functional interface is simply an interface
Q9: When a method is declared with the
Q10: In _, inheritance is shown with a
Q11: A subclass can directly access _.<br>A) only
Q12: When an "is a" relationship exists between