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 using keyword in C#?
Can you declare a class or a struct as constant?
What is final keyword in c#?
Define Abstract Class in C#
What is the difference between properties and indexer in c#?
Why do we need singleton class in c#?
What are reflections in c#?
What is console used for?
What is deferred execution in c#?
What is static void main in c#?
What is a linq in c#?
What is delegates and events?
What is class sortedlist underneath?
Can interface inherit class in c#?
What is application object in c#?