developmentor - a developer services company				  
				      
   Modules

Static


1. Home many copies of a static field are there?
One per object
One

2. How many times will a class's static constructor be executed?
Once
Once per object

3. True or false: a static field or method must be accessed using the class name.
True
False

4. True or false: a static method can access instance members.
True
False

5. True or false: static fields are automatically initialized to the same values as instance fields.
True
False

This material is excerpted from the Programming C# course offered by DevelopMentor.