Definitions for "Dynamic binding"
Keywords:  binding, ole, execution, invoke, reply
Dynamic binding is binding that occurs during the execution of a program. Which action is associated with a particular name is a function of what path the execution of the program has taken, that is, the dynamic execution of the program.
Especially in OLE, the conversion of symbolic addresses to memory addresses during program execution. More commonly called dynamic linking in Win32. Contrast with static binding.
A binding which is determined during execution.
Keywords:  cobol, run, unknown, bound, compiled
A variable is bound to a type at run time.
The object which will receive a message is unknown when an Object COBOL program is compiled. The Object COBOL system determines the receiver at run-time.
Resolution of a call to a virtual member function at run time.