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 Reference29 documented Misconceptions
Check YourselfAssignmentCopiesObject
Assignment copies the objectConstReferenceImpliesImmutability
An object referred to by a const variable is an immutable objectEqualityOperatorComparesObjectsValues
The equality operator compares two objects' valuesNullIsObject
null is an objectObjectAsParameterIsCopied
Objects are passed by valueThisAssignable
One can assign to this