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

Latest commit

 

History

History
20 lines (13 loc) · 407 Bytes

File metadata and controls

20 lines (13 loc) · 407 Bytes

Learning objectives

  • Know how and why to use nested classes in C#.
  • Know how and why to use nested structs (discussion only).

Out of scope

  • namespaces

Concepts

  • nested-types: know syntax for nested classes; know when to use nested classes; familiarity with other nested types such as structs and enums

Prerequisites

  • classes
  • structs
  • enums
  • properties
  • interfaces