9: EX Copying Objects: Reference Copy - Parker
When copying objects, an assignment statement only copies the address -- it does NOT perform a deep copy. Both objects refer to the same memory address.
When copying objects, an assignment statement only copies the address -- it does NOT perform a deep copy. Both objects refer to the same memory address.