Click here to Skip to main content
16,012,468 members

Comments by Steven Atkinson (Top 1 by date)

Steven Atkinson 20-Sep-11 23:59pm View    
Deleted
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 doing these things when you start adding more values into :)