Reading Notes 4
Classess + Memory Management
- A type that is a class is a reference type
- They are declared using the class keyword and then a unique name
- Classes are fully inheritable in c sharp
- A constructor is a method, a method is a function, same as js.
- get and set are used with properties.
- garbage collector serves to clean out memory - managing allocation and releasing it in .NET.