Term of the Moment

ATSC


Look Up Another Term


Definition: 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.