OOP & Design Patterns - Polymorphism - Compile-Time (Overloading) vs Runtime (Overriding)
When a subclass object is referenced by a superclass variable and a method is called, which polymorphism pattern determines which method implementation executes?
