GIS Dictionary
Browse dictionary
late binding
URL copied
Share URL
[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.
Related Terms
binding
COM
early binding
IDispatch
object-oriented programming