Sequence of constructor call
Suppose we have class-Class A & Class B
Class A Have one Default Constructor & One Paramatrized constructor
Class B Have one Default Constructor & One Paramatrized constructor
If we create the Object of B...What will be the sequence of constructor call..
Kindly Tell Me..
Thanks!!