Java View all facts Glossary Help |
| mechanism > binding > dynamic binding |
| 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 binding | the compiler determines that there more than one possible method that could be executed by a particular call | binding | instance methods | virtual binding | How Java Works | power to polymorphism | The process of binding a call to a particular method. This is performed dynamically at run-time due to the presence of polymorphism |
Next binding: static binding Up: binding