DRAFT
SubtypeCompatibleWithSupertype
Misconception:
A variable of a subtype can hold a reference to an object of a subtype.
Incorrect
A variable of a subtype can reference an object of a supertype
Correct
A variable of a subtype cannot reference an object of a supertype
Language
Java