Gyh's Braindump

Polymorphism

source
DT-On Java 8

Objects of different types can be accessed through the same interface.

Late Binding is used to connect method-call with the object type.

Links to this note