Reference
A reference value points to a sequence of memory locations that may contain an object or array.
Related concepts: ValueTypeObjectArrayPrimitive
Closest Wikipedia entry: Reference (computer science)
Misconceptions about Reference28 documented Misconceptions
Check YourselfAssignmentCopiesObject
Assignment copies the object
ConstReferenceImpliesImmutability
An object referred to by a const variable is an immutable object
EqualityOperatorComparesObjectsValues
The equality operator compares two objects' values
NullIsObject
null is an object
ObjectAsParameterIsCopied
Objects are passed by value
ThisAssignable
One can assign to this