Object reference
The concept of object references becomes clear when assigning the same object to more than one property . Rather than holding a copy of the object, each assigned property holds object references that link to the same object so that when the object changes, all properties referring to the object reflect the change.
See also
- Reference (computer science) on Wikipedia