this() can be used to invoke current class constructor . this can be passed as an argument in the method call. this can be passed as argument in the constructor call. this can be used to return the current class instance from the method.
this() can be used to invoke current class constructor . this can be passed as an argument in the method call. this can be passed as argument in the constructor call. this can be used to return the current class instance from the method.