Definitions for "Late Binding"
Late binding occurs when the association between a name and its action is defered until the time of that word's execution. Late binding is desirable because it permits the same message to be sent to different types of objects with different methods being invoked. This in turn permits polymorphism.
see dynamic dispatch.
Binding of objects that make up a Distributed Application at run time. The Trader supports Late Binding. source: ODP - PIR2.3 domain: Development Environment usage: EU-P103