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