Do we have private destructors?
we cannot say it destructors are not private. because for empty class if we use delete operator then it is going to delete the destructor which is private.