Difference between new operator and operator new
Answers were Sorted based on User's Feedback
Answer / skybeaver
The "new" operator allocates a new instance of an object
from the heap, utilising the most appropriate constructor
for the arguments passed.
Like many operators in C++, the "new" operator for a
particular class can be overriden, although there is rarely
a need to do so. "operator new" is the mechanism for
overriding the default heap allocation logic. Ask your
interviewer to provide you with a concrete example of when
he or she has been required to do this.
| Is This Answer Correct ? | 14 Yes | 2 No |
Answer / nutan
pls refer
http://objectmix.com/c/34028-difference-between-new-operator-new.html
| Is This Answer Correct ? | 3 Yes | 4 No |
why reinterpret cast is considered dangerous?
What is difference between function overloading and overriding?
How do you achieve runtime polymorphism?
Describe the difference between a Thread and a Process?
What is class in oop with example?
What is object-oriented programming? Webopedia definition
What is oops?what is its use in software engineering?
Why do we use oops?
Is data hiding and abstraction same?
Please send ford technologies placement paper 2 my mail id
What are the different forms of polymorphism??
the difference between new and malloc