early binding

early binding

[′ər·lē ¦bīnd·iŋ] (computer science) The assignment of data types (such as integer or string) to variables during the compilation of a computer program rather than at run time.

early binding

In programming, the assignment of types to variables and expressions at compilation time. Also called "static binding" and "static typing." Contrast with dynamic binding. See binding time.