+ 18
Why answer is false?
6 Respuestas
+ 6
Constructors are called WHEN the object is created, not AFTER it was created. Constructors are used to initialize the classes.
+ 7
Constructor is called during the creation of object. Not after the creation.
+ 4
Constructors are called at the BEGINNING of creation of objects
i.e. during the DECLARATION of objects
+ 4
Because Sololearn says that the link you put is a page that does not exist (for me at least).
+ 3
Constructor are called at object creation time not post creation object. 🤔
+ 2
The constructor isn't called after object creation, it IS the object creation