Object Oriented Software Engineering   View all facts   Glossary   Help
subject > process > dynamic binding
Next processengineering    Upprocess    Previous processdevelopment   

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 bindingprogrammers from having to write conditional statements to explicitly choose which code to runthe compiler determines that there more than one possible method that could be executed by a particular callprocessvirtual binding2.6 - The Effect of Inheritance Hierarchies on Polymorphism and Variable Declarationspower 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 processengineering    Upprocess    Previous processdevelopment