DRAFT
ConcreteClassOnlyImplementInterfaceAbstract
Incorrect
A concrete class only needs to implement those abstract methods it inherits from interfaces
Correct
CorrectionHere is what's right.
Here is what's right.
It needs to implement all abstract methods declared in any supertype (and supertypes of supertypes, recursively).