DRAFT
StaticDispatch
Misconception:
When static and dynamic types differ, the right method to be called is determined by the static type.
Incorrect
The method to be called is determined by the static type
Correct
The method to be called is determined by the dynamic type