Solved

Given the Following Code Which of the Following Is True

Question 31

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