Terminologies
- Reference - Pointers to object stored on the heap.
- Value - Direct access to the value represented by the variable.
- De-reference - Also known as indirection. It gets the value from the address in the pointer variable.
- Method sets - The set the compiler keeps inside. It says which methods are available for which type.
- Zero Values - Default value of a variable when nothing is assigned to it.