Answer Posted / raviraj
we do not have concept static constructor in .net.a
constructor is one which is invoked when you create an
object for that class,hence by no chance there will exist a
static constructor.
| Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
What is master page in asp net c#?
Is a c# interface the same as a c++ abstract class?
What is managed or unmanaged code?
How to properly clean up excel interop objects?
What are the different types of classes in c#?
Why do we need a singleton class?
How can I develop an application that automatically updates itself from the web?
What happens if you add duplicate elements to a set?
How do I enforce const correctness in c#?
In howmany ways can you deploy an assembly?
What is datacontract in c#?
Does c# support #define for defining global constants?
Is boxing an implicit conversion?
What is difference between private, protected, and public in C#?
What is an assembly qualified name