when destructor is called? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

when destructor is called?

2nd Apr 2017, 5:46 AM
Võ Minh Triều
Võ Minh Triều - avatar
2 Réponses
+ 2
"If the object was created as an automatic variable, its destructor is automatically called when it goes out of scope. If the object was created with a new expression, then itsdestructor is called when the delete operator is applied to a pointer to the object."
2nd Apr 2017, 5:58 AM
Eranga
Eranga - avatar