2
Reply

What is cloning?

Manu

Manu

Jul 13, 2006
6.8k
0

    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.

    Atul Jaiswal
    November 10, 2009
    0

    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..

    Manu
    July 13, 2006
    0