Skip to main content

One doc tagged with "overriding"

View all tags

Polymorphism

Compile-time (overloading) vs. runtime (overriding) dispatch — how Java decides which method to call and why this is the foundation of flexible design.