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
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is mvc entity framework?
What is the mvc pattern (model view controller pattern)?
why DotNetFramework is included in building a software
What operating systems will the .net framework 3.0 be available for?
What are the Core features of ASP.NET MVC?
What is difference between razor and web form engine?
What is .net framwork?
What is .net architecture?
explain how you can load related entities in ef (entity framework)?
What is iobjectset? : Entity framework
What is display mode in mvc?
What is the meaning of unobtrusive javascript?
What is the "helperpage.isajax" property?
What are the sub types of ActionResult?