Anonymous

What is the importance of a destructor?

1

1 Answers

Ray Dart Profile
Ray Dart answered

In C++ (if that is the context of the question) it releases resources that were assigned to an object. There is loads of stuff about constructors and destructors out  there on the web. Just google.

Answer Question

Anonymous