|
|
|
|
|
|
|
|
|
|
|
|
|
v |
When
we call a procedure, the formal parameter
|
|
|
temporarily
becomes another name for the actual
|
|
|
parameter.
|
|
|
v |
In
other words, in Visual Basic the formal parameter
|
|
|
temporarily
becomes an alias for the actual
|
|
|
parameter,
for as long as the procedure is executing.
|
|
v |
Aliases
in real life:
|
|
|
|
o |
“The
Sundance Kid” was an alias for Harry Longabaugh
|
|
|
|
o |
Two
names; one person.
|
|