Can Static Constructor be Overloaded?Justify it?
Answer Posted / mayank
Static constructor initialize at the time of building the application and before any object is instantiated.
static constuctor has no parameter and return type so the cant be overloded
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is the need of Action Filters in ASP.Net MVC
What type of filter does outputcacheattribute class represents?
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is the use of viewmodel in mvc?
what is entity data model?
What is an asynchronous controller in asp.net mvc?
What are ajax helpers in mvc?
What are the 3 main components of an asp.net mvc application?
What is renderbody?
What are the components of the .net framework.
What is net framework 3.0 ?
what is minimum requirement for entity framework applications to run?
Explain the methods used to render the views in mvc?
What are Non Action methods in ASP.Net MVC?