overload : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

overload
Having two functions with the same name in the same method, but that differ in the types of their arguments. It is not legal to have two methods of the same name that differ only in their return types. Be careful. The rules for figuring out exactly which version of a method get invoked are baroque. Basically Java tries to match the most specific method for the type of the argument as known as compile time, e.g. String in preference to Object.

When you have overloaded methods, Java decides at compile time which variant method to use. Thus it must make its

In contrast, the Nice programming language does the matching at run time, based on the run-time types of the Objects.

Java’s

Learning More



This page is posted
on the web at:

http://mindprod.com/jgloss/overload.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\overload.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[54.152.5.73]
You are visitor number