What is use of private constructor in C# ? abhisanto CSharp Interview Questions, CSharp Tutorial March 2, 2011 1 Minute What is use of private constructor in C# ? If a class contains only static members and isn’t intended to be instantiated, adding an empty private instance constructor will prevent instantiation. Share this:TwitterFacebookLike this:Like Loading... Published March 2, 2011