Can Static Constructor be Overloaded?Justify it?
Answer Posted / p.kamaraju
No Boss,
We can not implement Overloading concept with Static
Constructor because it does not accept any parameters.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is .net core replacing .net framework?
What are scaffold templates in mvc?
What is the full form of sp?
What is tempdata?
Explain the new features added in version 4 of mvc (mvc4)?
What are the main features of asp.net mvc 4 used by asp.net web api?
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 display mode in mvc?
What is Area in ASP.Net MVC?
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?
What is the advantage of using asp.net routing?
What is meant by viewdata?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
What is code first? : Entity framework
What is .net framework in simple terms?