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 a tree in c++?
Are vectors passed by reference c++?
Is c++ platform dependent?
What is a container class?
What are manipulators in c++ with example?
What are the two shift operators and what are their functions?
What kind of problems can be solved by a namespace?
What is stack unwinding?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the basic concept of c++?
Is c++ the hardest programming language?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
why and when we can declar member fuction as a private in the class?
What is boyce codd normal form in c++?
Explain terminate() and unexpected() function?