Skip to main content Skip to docs navigation

Object Reference

An object reference is a link to an object . Object references can be used exactly like the linked objects.

On this page

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

Updated on April 20, 2024 by Datarist.