DRAFT
NoMethodInheritance
Misconception:
Subclasses inherit from their superclass only fields but not methods.
Incorrect
Subclasses inherit fields but not methods
Correct
Subclasses inherit both fields and methods
Language
Java
Subclasses inherit from their superclass only fields but not methods.
Subclasses inherit fields but not methods
Subclasses inherit both fields and methods
Follow us on twitter to hear about new misconceptions.