Can Static Constructor be Overloaded?Justify it?
Answers were Sorted based on User's Feedback
Answer / mayank
Static constructor initialize at the time of building the application and before any object is instantiated.
static constuctor has no parameter and return type so the cant be overloded
| Is This Answer Correct ? | 0 Yes | 2 No |
Does windows 10 need .net framework?
What is difference between razor and web form engine?
Does .NET Framework support SAX?
What is .net framwork?
why DotNetFramework is included in building a software
What is the advantage of using asp.net routing?
What is action methods in web api?
What is GC (Garbage Collection) and how it works
What is Area in ASP.Net MVC?
What is a model in programming?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
How to create an alias name for a namespace?