Why do we need private constructor in c#?


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

Post New Answer

More C Sharp Interview Questions

What is clr namespace?

0 Answers  


Give examples for value types?

0 Answers  


Describe a Struct ?

0 Answers   Siebel,


What do you mean by default constructor?

0 Answers   NIIT,


Are classes passed by reference in c#?

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  


Why is it important to override gethashcode when equals method is overridden?

0 Answers  


Contrast DTDs versus XSDs. What are their similarities and differences? Which is preferred and why ?

1 Answers  


How Is The Dll Hell Problem Solved In .net?

0 Answers   Siebel Systems,


What is difference between ilist and list in c#?

0 Answers  


what is virtual method in c#?

0 Answers  


Explain more on CLR

0 Answers  


Categories