Create  A Destructor

You can create a destructor when the object is NO LONGER NEEDED and need to be “destroyed.”  They are not needed as often as constructors; however, they have their uses. For example, if an object is using an external resource (e.g., open document or is connected to a database), you may want to release those resources.