How can we restrict dynamic allocation of objects of a class using new?
By overloading new operator
By making an empty private new operator.
By making an empty private new and new[] operators
By overloading new operator and new[] operators
This question is part of this quiz :
C++ Operator Overloading