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 |
What is virtual destructor ans explain its use?
Which sort does c++ use?
What are the advantages of using friend classes?
How do you generate a random number in c++?
Why is "using namespace std;" considered bad practice?
How do pointers work?
What are smart pointers?
What is array in c++ pdf?
What is c++ good for?
What is an html tag?
What is the difference between new/delete and malloc/free?
Can we change the basic meaning of an operator in c++?