Select from following answers:- Child Class contructor first and then parent class
- Parent class constructor first and then child class

- Both will execute together
Because only then the child class can overwrite what is already done in the contructor of parent class.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator