How many static constructors are allowed in a class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is namespace c#?

0 Answers  


How is lazy loading achieved?

0 Answers  


Are classes passed by reference in c#?

0 Answers  


What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!

1 Answers   HCL,


How can I get around scope problems in a try/catch?

0 Answers  


What is the use of xmlserializer?

0 Answers  


What are functions c#?

0 Answers  


Overloaded constructor will call default constructor internally?

0 Answers  


explain the three services model commonly know as a three-tier application.

0 Answers   Siebel Systems,


t name of controls, which are displayed same in all browers?

1 Answers   TCS,


Explain how to implement an object pool in c#.net

0 Answers  


What is difference between code access and role based security?

0 Answers  


Categories