<<< | Index | >>> |
A destructor is called for an object,
when it goes out of scope;
when the object containing it is destroyed.
If you don't provide a destructor, one will be provided for you,
free of charge...
...you know the rest.
<<< | Index | >>> |