+1 vote
in JAVA by
What is constructor chaining in Java?

1 Answer

0 votes
by

When you call one constructor from other than it's known as constructor chaining in Java. This happens when you have multiple, overloaded constructor in the class.

...