Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 469 Bytes

File metadata and controls

19 lines (12 loc) · 469 Bytes

Learning objectives

  • Know what namespaces are.
  • Know how to import namespaces.

Out of scope

  • Assemblies.

Concepts

  • namespaces: know what namespaces are; know how to import namespaces.
  • imports: know how to import namespaces with the using directive

Prerequisites

  • classes: know how to define a class and what the public and private access modifiers are.
  • inheritance: know about the protected access modifier.
  • nested-types