In the above example, when parameterized constructor in invoked, it first calls the default constructor with the help of this() keyword . The default constructor initializes “member” variable to “YES” and then continues to execute parameterized constructor.