differance between copy & clon



differance between copy & clon..

Answer / vaibhav darji

copy(): it will copy the structure of data and data also.
clone(): it will copy the structure of data only.

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More C++ General Interview Questions

Explain dangling pointer.

0 Answers  


In a function declaration, what does extern mean?

0 Answers  


what is oops

2 Answers  


Can I learn c++ without knowing c?

0 Answers  


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

0 Answers  






how many controls can we place on single form.

1 Answers   Microsoft,


What are the advantages of using const reference arguments in a function?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What relational operators if statements in c++?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


Difference between Abstraction and encapsulation in C++?

0 Answers   Impetus,


Do class declarations end with a semicolon?

0 Answers  


Categories