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