What is cloning?
Manu
Cloning is called to copy only structure not to data. Suppose there is a dotnet dataset having some tables. When we create clone of this dataset we will get only structure of tables not to data.
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..