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 a destructor?
What is a generic class?
Why c# is called type safe language?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What are access modifiers used for?
What is the difference between a field and a property in c#?
What is final keyword in c#?
What are the differences between value types and reference types?
What are anonymous functions in c#?
Define collections?
What is local function?
What are the concepts of dispose method?
What is ioc containers c#?
What are reflections in c#?
What is a class c#?