What is cloning?
Answer / beena
An object can carry out copying in two ways i.e. it can set itself to be a copy of another object, or it can return a copy of itself. The latter process is called cloning.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are the iterator and generic algorithms.
how to explain our contribution in the project?
What are the differences between malloc() and calloc()?
What is class definition in c++ ?
When do we use copy constructors?
What are pointer-to-members in C++? Give their syntax.
How to construct muliton object
What are c++ templates used for?
What is abstraction in c++ with example?
Explain what you mean by a pointer.
Is c the same as c++?
Where Malloc(), Calloc(), and realloc() does get memory?