
We learned about properties in C#. in the second part of the class we learned about interfaces in C#. we investigated objects using: is, as, null key-words

More topics covered:
-
- static class and static ctor
- properties access modifiers, backing field, abstraction
- marker interface
- interface inheritance
- interface default access modifiers
- is, as
- null
Links: