
How do you implement Cloning in .NET?.NET provides
an option to clone any object you use in your program. This is possible
if your objects type implements the ICloneable interface which contains
the clone method. Here is an
example showing how an array can be cloned: public class
sampleClass { Output of
this code will be: Actual Array:
10 20 30 40 50
_______________________________________________________________________
FREE
Subscription
Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit
.NET Programming Tutorial Homepage ______________________________________________________ |