Lecture overview -- Keyboard shortcut: 'u'  Previous page: Classes in C# -- Keyboard shortcut: 'p'  Next page: Instance Variables -- Keyboard shortcut: 'n'  Lecture notes - all slides together  Annotated slide -- Keyboard shortcut: 't'  Alphabetic index  Help page about these notes  Course home    Classes and Objects - slide 12 : 29

Overview of members in classes

The most important members of a class are variables and methods.

Class variables and class methods are marked with the modifier static.

No modifier is used for instance variables and instance methods.