I know there are methods to prevent a class from being created on the heap, by preventing the user from using the new and delete operator. I am try
new
delete
Because when instance goes out of scope, it has to be destructed using destructor. Pointer to instance does not do this.