StaticDispatch
DRAFT

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

Language

Java

Concepts

Stay up-to-date

Follow us on  twitter to hear about new misconceptions.