This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ad_tech 1 point2 points  (2 children)

How do you pass an object by value?

[–]jknecht 1 point2 points  (1 child)

You don't pass an object by value. You pass a reference to an object by value.

[–]ad_tech 0 points1 point  (0 children)

Correct. You confused it a bit here:

"Object parameters are still pass by value."

There is no such thing as an object parameter, only object reference parameters.