Thread: Java Question
View Single Post
Old 02-27-2005, 05:04 PM   #5 (permalink)
gab00n
 
Super Techie

Join Date: Jan 2005

Posts: 295

gab00n

Default

It's the process of binding a function call to a particular instance method of a class. It is needed when the compiler determines that there is more than one possible instance method from one of many class's that could be executed by a particular function call. It is used so that you don't have to write conditional statements to choose which code should be executed.
__________________
\"Today\'s scientists have substituted mathematics for experiments, and they wander off through equation after equation, and eventually build a structure which has no relation to reality.\" Nikola Tesla
gab00n is offline