Term of the Moment

GeForce


Look Up Another Term


Definition: call by name


In programming, a call to a subroutine (function) that passes names of the parameters used in the subroutine. The names must be evaluated and substituted into meaningful data at runtime. See call by reference and call by value.