DRAFT
AbstractClassNoImplementation
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