Home
(current)
About
Contact
Reviews
ComputerLanguage.com
Longest-Running Tech Encyclopedia
Term of the Moment
edition
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
.
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
misc