ConcreteClassOnlyImplementClassAbstract
DRAFT

Incorrect

A concrete class only needs to implement those abstract methods it inherits from abstract superclasses

Correct

Correction
Here is what's right.

It needs to implement all abstract methods inherited from its supertypes (abstract classes and interfaces).

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.