Solved

Given the Following Code Which of the Following Is TRUE

Question 25

Multiple Choice

Given the following code which of the following 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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions