Cloning (programming): Difference between revisions

Content deleted Content added
add c++ equivalent
rm merge tag for which there is no discussion thread
Line 1:
{{merge to|Object copying|date=January 2016}}
{{refimprove|date=August 2015}}
In [[computer science]], '''cloning''' refers to the making of an exact copy of an [[object (programming)|object]], frequently under the [[programming paradigm|paradigm]] of [[instance-based programming]], or [[object-oriented programming]] (OOP).