Can Static Constructor be Overloaded?Justify it?
Answer Posted / nishant
No Way..it can not be overloaded as it won't accept any parameter.
In case you try to provide any parameter in the static constructor it will give you following error ...
Error : " a static constructor must be parameterless"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain Sections is ASP.Net MVC?
what is eager loading?
Is dapper faster than entity framework?
What is Differnce between html.action and ajax.action?
What are Non Action methods in ASP.Net MVC?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What are the advantages of razor view engine?
What is ViewData and TempData in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Can you explain the page life cycle of mvc?
What is the difference between entity framework and mvc?
What is .net framework in simple terms?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?