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 |
How many namespaces are there in c++?
What is a concrete class?
Describe delete operator?
What is design pattern?
What is command line arguments in C++? What are its uses? Where we have to use this?
Why is c++ called oops?
Explain the need for "Virtual Destructor"?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Differentiate between an array and a list?
Is it possible to write a c++ template to check for a function's existence?
What are structures and unions?
What is guard code in c++?