10
Answers

Sequence of constructor call

Photo of Abhineet Srivastava

Abhineet Srivastava

12y
1.5k
1
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!!


Answers (10)