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 a derived class in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Explain About Postback
What is the difference between abstract and abstraction?
what is .NET framework architecture ??
List down the access modifiers available in c#?
Is c and c# the same?
What is helper method in c#?
What is Garbage Collection in .Net?
What is Implementation inheritance and interface inheritance?
Why do we need constructor in c#?
What is binary search tree in data structure?
2. What happened when BO object has been called?
what are the contents of an assembly ?
What can you do as a .net developer?