when can i call a destructor explicitily
delete is one way
but can i be able to call ~classname() explicitly please give me any scenario where we need to call destructor explicitly
delete is one way
but can i be able to call ~classname() explicitly please give me any scenario where we need to call destructor explicitly
Comment