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
What is the meaning of unobtrusive javascript?
What are actions in mvc?
What is filters in web api?
What is Differnce between html.action and ajax.action?
What is the .net framework 3.0 (formerly winfx)?
what is complex type?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is the difference between model and entity?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is the use of display modes?
what is client wins and store wins mode in entity framework concurrency?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
How we can multiple submit buttons in ASP.Net MVC
Can I set the unlimited length for "maxjsonlength" property in config?
what is minimum requirement for entity framework applications to run?