Can Static Constructor be Overloaded?Justify it?
Answer Posted / nishant
No Way..it can not be overloaded as it won't accept any parameter.
In case you try to provide any parameter in the static constructor it will give you following error ...
Error : " a static constructor must be parameterless"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between windows vista and .net framework 3.0 ?
What operating systems will the .net framework 3.0 be available for?
How can you return string result from Action in ASP.Net MVC?
Explain linq to entities? : Entity framework
What is entitytypes? : Entity framework
What is ado.net data provider? : Entity framework
Does razor engine supports for tdd?
mention what are the various methods provided by the dataset object to generate xml?
How can I return string result from action in asp.net mvc?
What is the .net framework 3.0 (formerly winfx)?
What is the use .glimpse in mvc?
Explain bundle.config in mvc4?
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
The order of the filters that get executed, if the multiple filters are implemented?
What is MVVM design pattern?