Re: Finding the instance reference of an object
greg wrote:
In other words, as I acknowledged in my other post, one can say that all
calling is calling by value.
greg wrote:
>
No. Passing q by value means that the value of the expression 'q',
whatever that is in the language concerned, gets assigned to the
local variable 'p', whatever *that* means in the language concerned.
No. Passing q by value means that the value of the expression 'q',
whatever that is in the language concerned, gets assigned to the
local variable 'p', whatever *that* means in the language concerned.
calling is calling by value.
Comment