mycplus
C++ Tutorials & Articles – Learn C++ Basics, Features & Compilers

Destructors in C++

As opposed to a constructor, a destructor is called when a program has finished using an instance of an object. […]

, , , ,