Manu
What is cloning?
By Manu in OOP/OOD on Jul 13 2006
  • Atul Jaiswal
    Nov, 2009 10

    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.

    • 0
  • Manu
    Jul, 2006 13

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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS