What is difference between singleton and static class in c#?


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

Post New Answer

More C Sharp Interview Questions

What are the commonly used i/o classes?

0 Answers  


Can you override private virtual methods?

5 Answers  


Explain the difference between user control and custom control. Also, explain their use.

0 Answers   Accenture,


What is datacontract in c#?

0 Answers  


write code for Factorial?

6 Answers   Tech Mahindra,






What are the various components in crystal reports?

0 Answers  


Is there an equivalent to the instanceof operator in visual j++?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


What is class and object c#?

0 Answers  


What is single dimensional array in c#?

0 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


how to add datarow to datatable

1 Answers  


Categories