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
Do inline functions improve performance?
What is std :: endl?
Explain the term memory alignment?
how to connect with oracle 9i with server in socket program in c/c++
What is the difference between a template and a macro?
What is the use of "new" operator?
What is jump statement in C++?
What are the rules about using an underscore in a c++ identifier?
Is c++ low level?
What is c++ manipulator?
What is a forward referencing and when should it be used?
What is binary object model?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What are the different types of polymorphism in c++?
List the merits and demerits of declaring a nested class in C++?