Can Static Constructor be Overloaded?Justify it?
Answer Posted / uday
Static Constructors should not have any parameters.
So how can you overload?
So my answer is No, we cannot overload static constructor.
| Is This Answer Correct ? | 45 Yes | 9 No |
Post New Answer View All Answers
what is complex type?
What is the difference between partial and renderpartial?
Explain the new features added in version 4 of mvc (mvc4)?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What is the role of the jit compiler in .net framework?
What is partialview in asp.net mvc?
Explain the role of assembly in the .net framework.
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is the mvc pattern (model view controller pattern)?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is the .net framework 3.0 (formerly winfx)?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
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?
explain why t4 entity is important in entity framework?