![]() |
subject > process > dynamic binding |
![]() ![]() | |||||||
dynamic binding comparison table |
Subject | prevent | need when | is a kind of | is a synonym of | is a subtopic of | give | has definition |
---|---|---|---|---|---|---|---|
process | subject | Anything that operates for a period of time, normally consuming resources during that time and using them to create a useful result | |||||
dynamic binding | programmers from having to write conditional statements to explicitly choose which code to run | the compiler determines that there more than one possible method that could be executed by a particular call | process | virtual binding | 2.6 - The Effect of Inheritance Hierarchies on Polymorphism and Variable Declarations | 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 process: engineering Up: process Previous process: development