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 conceptual model?
What is MVVM design pattern?
will there be any issues adding a table without primary keys to a data model?
What is tempdata?
Is the following route definition a valid route definition? {controller}{action}/{id}
List the new features added in .net framework 4.0.
what is entity framework advantage?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the advantages of asp.net mvc over asp.net?
What is attribute routing in mvc?
How does the 'page lifecycle' of asp.net mvc works?
What is a razor file?
What are the new enhancements done in default project template of asp.net mvc 4?
What is viewbag?
Mention the core components of .net framework?