Can Static Constructor be Overloaded?Justify it?
Answer Posted / debayan
Static Constructor cannot be overloaded becoz any static
type member of a class is initialized automatically and
static members are initialized once and accesed many times.
So If already initialized it cannot be initialized again and
so static constructors cannot be overloaded
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is entity framework used for?
Which version of .net framework is installed?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
List out few different return types of a controller action method?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
how do you mark a property as required? For example, for a project, the name is a required field.
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is difference between viewbag and viewdata and tempdata?
What is entitytype? : Entity framework
What is entitycontainer? : Entity framework
what is way of loading data in ef (entity framework)?
What is viewdata?
How to Create an Intranet Site Using ASP.NET MVC?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Which .net framework is installed?