0 votes
in JAVA by
What are the ways to achieve Constructor chaining in Java?

1 Answer

0 votes
by

We can achieve Constructor chaining by two ways:

• From base class using super()

• Within the same class using this()

Related questions

+1 vote
asked Oct 21, 2020 in JAVA by rahuljain1
0 votes
asked Oct 27, 2020 in JAVA by sharadyadav1986
...