Java   View all facts   Glossary   Help
mechanism > binding
Next mechanismcasting    Upmechanism    Previous mechanismabstraction mechanism   

binding comparison table
Subject need when apply to is a synonym of give has definition
dynamic bindingthe compiler determines that there more than one possible method that could be executed by a particular callinstance methodsvirtual bindingpower to polymorphismThe process of binding a call to a particular method. This is performed dynamically at run-time due to the presence of polymorphism
static binding files and static members  A mechanism by which the compiler determines which method implementation to use in advance, based on the type of the reference (regardless of the actual class of the object)

Next mechanismcasting    Upmechanism    Previous mechanismabstraction mechanism