I understand that when you compare (using ==) objects you are seeing if they
both refer to the same object. My question why or when would you ever use
multiple references to the same object. What would be a production code type
example why you would set objOne = objTwo.
Thanks
grs
both refer to the same object. My question why or when would you ever use
multiple references to the same object. What would be a production code type
example why you would set objOne = objTwo.
Thanks
grs
Comment