Click here to Skip to main content
15,886,676 members
Articles / Programming Languages / C#

How to call an overloaded constructors in C#

20 Sep 2011CPOL 365   1
I used to do constructors like the first example a lot when I started programming a few years ago. It's only within the past few months I have started to overload my constructors.I started it in Java (pretty easy there, just calls itself in the constructor). You definitely see the benefits of...
Only logged in members can view this content

Please go to the C# Table of Contents to view the list of available articles in this section.