Constructor overloading in Java - best practice
Posted
by errr
on Stack Overflow
See other posts from Stack Overflow
or by errr
Published on 2009-07-25T14:10:27Z
Indexed on
2010/04/13
18:33 UTC
Read the original article
Hit count: 593
There are a few topics similar to this, but I couldn't find one with a sufficient answer.
I would like to know what is the best practice for constructor overloading in Java. I already have my own thoughts on the subject, but I'd like to hear more advice.
I'm referring to both constructor overloading in a simple class and constructor overloading while inheriting an already overloaded class (meaning the base class has overloaded constructors).
Thanks :)
© Stack Overflow or respective owner