Lecture overview -- Keyboard shortcut: 'u'  Previous page: Reference Types [Section] -- Keyboard shortcut: 'p'  Next page: Illustration of variables of reference types -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Reference types, Value types, and Patterns - slide 2 : 29

Reference Types

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