late binding

[programming] A COM technique that an application uses for determining an object’s properties and methods at run time, rather than when the code is compiled. Late binding is generally used by scripting languages.