Static constructor - whih of the following is valid
Select Answer:
Used to initialise only static data
Called automatically beore the first instance is created or any static members are referenced
It cannot be called directly
It does not have any parameters
All the above
|