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 variable in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
How does foreach loop work in c#?
Explain metadata in c#.
What is pure abstract class in c#?
How do you implement thread synchronization in c#?
What are actions in c#?
What is a method c#?
Why should I use interface in c#?
what are implementation inheritance and interface inheritance?
How do you name a variable in c#?
Is linkedhashset synchronized?
What is a helper method in c#?
Why do we override in c#?
What does get set mean in c#?