8
Reply

What is the use of private constructor in C#

Avinash Aher

Avinash Aher

Jan 27 2014 4:19 AM
23.3k
If we declare private modifier in front of the class constructor

and we place break point to that constructor and run the program

can we inspect that break point at run time? Yes Or NO


If Yes Then How?
and If NO then What is the reason?

Answers (8)