Polymorphism
One call, several bodies, and which one the JVM picks.
The reason to hold this topic is a single prediction: given a reference of one type pointing at an object of another, which body of code runs. Get that right and the rest of object-oriented Java follows; get it wrong and every design decision after it is a guess.
Contents
9 cardsnot started