Computer Science, asked by Saadiyah7504, 1 year ago

Which function is used to perform some action when the object is to be destroyed?

Answers

Answered by DeVasu
1
**Destructors**

Destructors are special member functions that are automatically triggered when an object goes out of scope.
Similar questions