when destructor is called? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

when destructor is called?

2nd Apr 2017, 5:46 AM
Võ Minh Triều
Võ Minh Triều - avatar
2 Antworten
+ 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