What is cloning?



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

Post New Answer

More C++ General Interview Questions

Define a nested class. Explain how it can be useful.

0 Answers  


What is a volatile variable in c++?

0 Answers  


Shall we use 'free' to free memory assigned by new, What are the further consequences??

5 Answers   Symphony,


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  






What are function poinetrs? where are they used?

1 Answers   CTS,


What is the iunknown interface?

0 Answers  


What are namespaces in c++?

0 Answers  


Explain one method to process an entire string as one unit?

0 Answers  


difference between the c++ and c languages

4 Answers   Wipro,


Are iterators pointers?

0 Answers  


Implement a 2 dimensional array by one dimentional array

1 Answers   CTS,


Categories