How can we restrict dynamic allocation of objects of a class using new?

How can we restrict dynamic allocation of objects of a class using new?

We can restrict dynamic allocation of objects of a class using new, by making an empty private “new” operator.