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

dynamic binding
(late binding, virtual binding)
subjectfact 
dynamic bindinghas definition The process of binding a call to a particular method. This is performed dynamically at run-time due to the presence of polymorphism2001-08-30 14:55:24.0
gives power to polymorphism2001-08-30 14:55:24.0
is a subtopic of 2.6 - The Effect of Inheritance Hierarchies on Polymorphism and Variable Declarations2001-08-30 14:55:24.0
is needed when the compiler determines that there more than one possible method that could be executed by a particular call2001-08-30 14:55:24.0
is a kind of process2001-08-30 14:55:24.0
prevents programmers from having to write conditional statements to explicitly choose which code to run2001-08-30 14:55:24.0
is a synonym of late binding2001-08-30 14:56:26.0
is a synonym of virtual binding2001-08-30 14:58:20.0
processsee also process^22001-08-30 14:57:05.0