What are constructors and destructors ? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

What are constructors and destructors ?

20th Feb 2021, 4:47 AM
Shubham Karjee
Shubham Karjee - avatar
3 Respuestas
+ 2
Constructor and destructor are special methods. Constructor is called at the creation of an object. Used to construct the object. Destructor is called at the deletion of an object. Used to delete the object. (C has no constructer or destructor since it doesn't have a class).
20th Feb 2021, 4:54 AM
你知道規則,我也是
你知道規則,我也是 - avatar