Reference
A reference is a value that points to an object stored elsewhere in memory, rather than holding a copy of it. Two variables can reference the same object.
A reference is a value that points to an object stored elsewhere in memory, rather than holding a copy of it. Two variables can reference the same object.