- Know what namespaces are.
- Know how to import namespaces.
- Assemblies.
namespaces
: know what namespaces are; know how to import namespaces.imports
: know how to import namespaces with theusing
directive
classes
: know how to define a class and what thepublic
andprivate
access modifiers are.inheritance
: know about theprotected
access modifier.nested-types