Monday, January 12, 2015

Java Calling Another Constructor of the Same Class

This is similar to "super()" but much less used. This is done with "this()"

Reference: http://stackoverflow.com/questions/285177/how-do-i-call-one-constructor-from-another-in-java

No comments:

Post a Comment