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 abstraction.
What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?
24 Answers Infosys, Microsoft, TCS,
how many controls can we place on single form.
How can you find the nodes with repetetive data in a linked list?
Is c or c++ more useful?
what is an array
What are enumerations?
What are the two shift operators and what are their functions?
When does a name clash occur?
What is scope resolution operator in c++ with example?
Please explain class & object in c++?
What do you mean by C++ access specifiers ?