Static and default constuctor

Posted by Ram on Stack Overflow See other posts from Stack Overflow or by Ram
Published on 2010-05-17T13:08:15Z Indexed on 2010/05/17 13:10 UTC
Read the original article Hit count: 167

Filed under:
|

A non static class can have static as well as default constructor at the same time.

What is the difference between these two constructors? When shall I go for only static or static with default constructor?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about design