Reference types, Value types, and Patterns - slide 2 : 29 |
A class is a reference type
Objects instantiated from classes are accessed by references
The objects are allocated on the heap
Instances of classes are dealt with by use of so-called reference semantics