|
|
Overview of members in classes | Both variables and methods come in two different flavors: instance related and class related.
Class related variables and methods are known as static members in C#. |
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. |
On the following four pages we will study instance variables, instance methods, class variables
and class methods in relatively great detail. If you do not need this level of detail
can can skip these pages, and continue here. |