Can Static Constructor be Overloaded?Justify it?

Answers were Sorted based on User's Feedback



Can Static Constructor be Overloaded?Justify it?..

Answer / mayank

Static constructor initialize at the time of building the application and before any object is instantiated.
static constuctor has no parameter and return type so the cant be overloded

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More Dot Net Framework Interview Questions

what is csdl?

0 Answers   Microsoft,


What are the 3 segments of the default route, that is present in an ASP.NET MVC application?

0 Answers   NA,


What is the purpose of a web form?

0 Answers  


What are delegates?where are they used

1 Answers  


Explain tempdata in mvc?

0 Answers  


How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?

0 Answers  


Explain the methods used to render the views in ASP.Net MVC?

0 Answers  


What are the features that are new in .net 2.0

2 Answers   Emphasis,


What operating systems will the .net framework 3.0 be available for?

0 Answers  


The order of the filters that get executed, if the multiple filters are implemented?

0 Answers  


What happens when you encounter a continue statement inside the for loop ?

1 Answers  


what is an assembly?

11 Answers  


Categories