Solved

Given the Following Code, Which Statement Is True? Public Class

Question 7

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:

verifed

Verified

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

Related Questions