Recently I had a discussion with the technical team to use Constructors in our project and I had a doubt that what does a private constructor do ? What purpose does they solve.So I googled and here I am summarizing the facts.
Firstly, a private Constructor is used when you don’t want to create an object for [...]
Archive for November, 2007
Private Constructors in C#
Posted in .NET Framework on November 16, 2007 | Leave a Comment »