Skip to main content

2 docs tagged with "overloading"

View all tags

Methods

Method signatures, overloading, varargs, pass-by-value semantics, and recursion in Java.

Polymorphism

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