What is the difference between shallow copy and deep copy?
A shallow copy constructs a new compound object and then (to the extent possible) inserts references into it to the objects found in the original. A deep copy constructs a new compound object and then, recursively, inserts copies into it of the objects found in the original.
Is This Answer Correct ? | 0 Yes | 0 No |
Differentiate between a pointer and a reference with respect to c++.
What are arrays c++?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Is swift faster than c++?
What is the Difference between "C structure" and "C++ structure"?
Explain the use of vtable.
Does std endl flush?
Explain the difference between realloc() and free() in c++?
How to declaring variables in c++?
What is a storage class? Mention the storage classes in c++.
Define pre-condition and post-condition to a member function in c++?
Tell me what are static member functions?