Can Static Constructor be Overloaded?Justify it?
Answer Posted / uday
Static Constructors should not have any parameters.
So how can you overload?
So my answer is No, we cannot overload static constructor.
| Is This Answer Correct ? | 45 Yes | 9 No |
Post New Answer View All Answers
How does work clr?
Define the core components of an ASP.NET MVC application?
How does the 'page lifecycle' of asp.net mvc works?
How does .net framework works?
What is the use of razor view engine?
what is lazy loading in entity framework?
What is html.renderpartial?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is iobjectset? : Entity framework
What is entity framework firstordefault?
How to change the action name in ASP.Net MVC?
How can I tell what .net framework is installed?
How to Create an Intranet Site Using ASP.NET MVC?
Explain test driven development (tdd) ?