DRAFT
Observed
A concrete class only needs to implement abstract methods declared in its direct supertypes
It has to implement all abstract methods declared in any of its supertypes, even if they are declared in a supertype of a supertype (e.g., declared in an interface that is extended by the interface the concrete class implements).
Follow us on twitter to hear about new misconceptions.