+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.

Related questions

+1 vote
asked May 30, 2020 in JAVA by Robindeniel
0 votes
asked Feb 9, 2021 in JAVA by SakshiSharma
...