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
If I have multiple filters implemented, what is the order in which these filters get executed?
Can I uninstall microsoft .net framework?
What is difference between html.beginform and ajax.beginform?
Explain the methods used to render the views in ASP.Net MVC?
what is use of entitydatasource control?
mention what is code first approach and model first approach in entity framework?
What is web api‘s in asp.net mvc 4 ?
How we can add the css in mvc?
What does a viewmodel do?
Can I add asp.net mvc testcases in visual studio express?
What is the meaning of unobtrusive javascript?
which are the key concepts of entity data model?
What are ajax helpers in asp.net mvc?
What is associationset? : Entity framework
What are Action Methods in ASP.NET MVC?