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 does the .net framework 3.0 relate to windows vista?
What is stateless model?
How does the .net framework 3.0 relate to the .net framework 2.0?
Explain bundle.config in mvc4?
Explain what platforms does the .net framework run on?
In Server how to check whether model has error or not in ASP.Net MVC
Explain peek method in tempdata in asp.net mvc?
How to answer for project questions..?
What are Scaffold templates in ASP.Net MVC?
Mention two instances where routing is not implemented or required?
Which is the default http method for an action method?
Can you explain the page life cycle of mvc?
Explain the new features 3.5 framework against with the tool?
what is conceptual model?
Can I use razor code in javascript in asp.net mvc?