Answer Posted / abhay k pandey
Static constructors can invoke mainly at two ocasions
1. Just before the first instance of the class is created [
in case this static contructor is there in non static class]
2. At the time any static member is accessed [ in case of
either static or non static classes ]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between list and array in c#?
Enlist all the components of an ado.net framework?
What is cts, clr?
What is the use of generics in c#?
Explain about accessibility modifier 'protected internal'?
Can a class or a struct have multiple constructors?
Give examples for value types?
What does question mark mean in c#?
Why do we need collections in c#?
How does yield return work c#?
What is the difference between arraylist and list in c#?
How many digits is a 32 bit number?
Can a struct inherit from another struct or class in c#?
What you mean by delegate in c#?
What is an assembly qualified name? Is it a filename? How is it different?