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 |
Explain this pointer?
When volatile can be used?
Mention the ways in which parameterized can be invoked.
By using c++ with an example describe linked list?
how is returning structurs from functions?Show an eg?
What does it mean to declare a member function as static?
Name the debugging methods that are used to solve problems?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Can I learn c++ in a week?
What do you mean by abstraction. Explain your answer?
1.what is the difference between software & package &application.
What is a hashmap c++?