When you pass an object reference as an argument to a method call what gets passed?
the original reference
a reference to a copy
a copy of the reference
the object itself