In my class I have three overloaded constructors I have inhereted a class which
also have three overloaded constructor.
I have to call the overloaded constructor of the same class and overloaded
constructor of the parent class how?. Because in the constructor this() must be
the first line and super() as well? so how we will write this() and super()