Lecture overview -- Keyboard shortcut: 'u'  Previous page: Class Methods -- Keyboard shortcut: 'p'  Next page: Constant and readonly variables -- 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    Classes and Objects - slide 17 : 29

Static Classes and Partial Classes in C#

A static class C can only have static members

A partial class is defined in two or more source files