Lecture overview -- Keyboard shortcut: 'u'  Previous page: Representation Independence -- Keyboard shortcut: 'p'  Next page: Overview of members in classes -- 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 11 : 29

Classes in C#
class-modifiers class class-name{
  variable-declarations
  constructor-declarations
  method-declarations
}