Late binding: Difference between revisions
Jump to navigation
Jump to search
imported>Howard C. Berkowitz No edit summary |
imported>Howard C. Berkowitz No edit summary |
||
Line 1: | Line 1: | ||
{{subpages}} | {{subpages}} | ||
In computing and information science, '''late binding''' is a paradigm in which a user knows only the name of something but not its location; the user need not be aware if information moves from one computer to another, because the database will be updated along with the move so that people can always find the address when it | In computing and information science, '''late binding''' is a paradigm in which a user knows only the name of something but not its location; the user need not be aware if information moves from one computer to another, because the database will be updated along with the move so that people can always find the address when it is needed. | ||
Late binding has been often used in [[Compiler|compilers]] for [[Programming language|programming languages]] and [[Linker|linkers]] which load programs in a computers memory before and during their execution. | |||
The [[Domain Name System]], introduced into the [[Internet]] in 1983, is an early and successful implementation of this concept. | |||
[[Library science]] has embodied the concept in its [[Digital Object Identifier]] (DOI) standard for looking up publications online. |
Revision as of 18:40, 14 June 2009
In computing and information science, late binding is a paradigm in which a user knows only the name of something but not its location; the user need not be aware if information moves from one computer to another, because the database will be updated along with the move so that people can always find the address when it is needed.
Late binding has been often used in compilers for programming languages and linkers which load programs in a computers memory before and during their execution.
The Domain Name System, introduced into the Internet in 1983, is an early and successful implementation of this concept.
Library science has embodied the concept in its Digital Object Identifier (DOI) standard for looking up publications online.