Lecture overview -- Keyboard shortcut: 'u'  Previous page: Organization of C# Programs [Section] -- Keyboard shortcut: 'p'  Next page: Examples of Program Organization -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Textbook -- Keyboard shortcut: 'v'  Alphabetic index  Help page about these notes  Course home    Reference types, Value types, and Patterns - slide 18 : 29

Program Organization

The structure and organization of a C# program is radically different from the structure and organization of both C programs and Java programs.

C# programs declare types which contain members. Types are organized in namespaces.