|
|
Reference Types | Classes are reference types in C#. It is therefore important to understand
this concept. |
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 |
|
|