I sometimes want to pass an object to a function, and have that function change the value of the original object. If I was using C++ I would pass by reference. What