AbstractClassNoImplementation
DRAFT

Misconception:

All methods in abstract classes have to be abstract and they cannot be implemented inside the abstract class.

Incorrect

An abstract class cannot contain implemented methods

Correct

An abstract class can also contain implemented methods

Language

Java

Concepts

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.