Interview Question

Created by admin on Sat, 17/11/2012 - 15:27
Question: 

What is cloning?

Language: 
Answer: 
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.