Can Static Constructor be Overloaded?Justify it?
Answer Posted / debayan
Static Constructor cannot be overloaded becoz any static
type member of a class is initialized automatically and
static members are initialized once and accesed many times.
So If already initialized it cannot be initialized again and
so static constructors cannot be overloaded
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
what is use of entitydatasource control?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What are ajax helpers in asp.net mvc?
What is the difference between model view and controller?
What is the difference between entity framework and mvc?
How to use Jquery Plugins in ASP.Net MVC validation?
What is objectset? : Entity framework
What is the difference between viewbag and viewdata in asp.net mvc?
What is the difference between model and entity?
Why to use Html.Partial in ASP.Net MVC?
Can I add asp.net mvc testcases in visual studio express?
What is web api‘s in asp.net mvc 4 ?
Explain what languages does the .net framework support?
What is the difference between .net core and .net framework?
Can I set the unlimited length for "maxjsonlength" property in config?