List Headline Image
Updated by Deepak Kumar Gupta on Apr 30, 2019
 REPORT
0 items   1 followers   0 votes   0 views

Constructor Chaining in Java

The definition of Chaining in Java is " a set of links which connect one constructor to another constructor". Thus, we can define Constructor chaining as "Constructor chaining in Java is a technique of calling one constructor from another constructor using "this()" and "Super()" keyword".

Source: https://www.scientecheasy.com/2018/07/constructor-chaining-java-example-program.html