overloading
All > Technology > Programming > Java
- Using one identifier to refer to multiple items in the same scope. In the Java programming language, you can overload methods but not variables or operators.
Sun Microsystems - Cite This Source - This Definition - Block, class scope, Identifier, local variable, method body, method variable, out of scope, scope, variable
Also listed in:
- All > Technology > Programming > Perl