Q. How can we restrict dynamic allocation of objects of a class using new?
β
Correct Answer: (C)
By making an empty private new and new[] operators
You must be Logged in to update hint/solution