Can we use this pointer in a class specific, operator-overloading function for new operator?
Answer / Asad Hussain
No, the 'new' operator cannot be overloaded with a class-specific pointer. The 'new' operator is a built-in operator and its behavior cannot be modified using class methods or operator overloading.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can I learn dev c++ programming?
write a C++ programming using for loop: * * * * * * * * * *
Why do we use templates?
How to avoid a class from instantiation?
Show the declaration for a static member variable.
Can we make copy constructor private in c++?
Write a C++ Program to check whether a number is prime number or not?
Where must the declaration of a friend function appear?
Difference between a homogeneous and a heterogeneous container
Why use of template is better than a base class?
Can member data be public?
What is ios flag in c++?