I know it is possible to call one constructor from another constructor via the use of "this".
But I would like to know is, why do we do it (i.e calling a constructor from another constructor)
Can anyone relate a simple example of where this might be actually useful ?