Answer Posted / rohit sah
No. It would have a number of difficult problems. Some of these are:
- Should the old instances in the memory be deleted and re-instantiated?
- How about contained classes?
- How about instances owned by the classes to be reallocated? These often have a pointer to their owner.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the extraction operator and what does it do?
Explain virtual destructor?
Can we make copy constructor private in c++?
How do you flush std cout?
What is an inclusion guard?
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are the restrictions apply to constructors and destructors?
Is java based off c++?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
What do you mean by funtion prototype?
Define token in c++.
Is there finally in c++?
What is runtime errors c++?
Why main function is special in c++?
Explain all the C++ concepts using examples.