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 datacontrols?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
what is lazy loading in entity framework?
Explain entity lifecycle? : Entity framework
Explain Bundle.Config in ASP.Net MVC4?
Can you explain the page life cycle of mvc?
Can any particular component of .net framework 3.0 be removed?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What is RouteConfig.cs in ASP.Net MVC 4?
How to bind table colum with gridview column?
What are the new enhancements done in default project template of asp.net mvc 4?
What is entityset? : Entity framework
What is a razor file?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
What is the use of viewmodel in mvc?