Java   View all facts   Glossary   Help
mechanism > binding > dynamic binding
Next bindingstatic binding    Upbinding

dynamic binding comparison table
Subject need when is a kind of apply to is a synonym of is a subtopic of give has definition
binding mechanism     
dynamic bindingthe compiler determines that there more than one possible method that could be executed by a particular callbindinginstance methodsvirtual bindingHow Java Workspower to polymorphismThe process of binding a call to a particular method. This is performed dynamically at run-time due to the presence of polymorphism

Next bindingstatic binding    Upbinding