When is constructor function called
Anonymous:
post my answer in brain list
Answers
Answered by
1
immediately after the creation of object
Answered by
1
When does the Constructor get called?
Before object creation.
During object creation.
After object creation.
The object memory is allocated, the field variables with initial values are initialized, and then the constructor is called, but its code is executed after the constructor code of the object super class.
FOLLOW ME AND PRESS BUTTON FOR THANKS
Similar questions
Math,
6 months ago
Computer Science,
6 months ago
Biology,
11 months ago
CBSE BOARD X,
11 months ago
Math,
1 year ago