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 generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is lazy loading c#?
What is appdomain in c#?
What is a protected class c#?
What is a thread? What is multithreading?
What is serialization and deserialization in c# with example?
What are managed providers?
Explain how many types of exception handlers are there in .net?
What is windows form in c#?
Is .net and c# the same?
What is verbatim string?
What is a decimal c#?
how to print invert pyramid in c#
Is an array an object c#?
What Is A Satellite Assembly?