agni256
June 6th, 2003, 12:03 PM
Hi,
I am just trying to understand the difference between these two.
Is clone same as New and set all the properites according to cloned object.
object c1= c2.clone();
c1 will be a new object with all the properites set according to
the clone method implementation.
I am trying to understand the difference, any help?
I am just trying to understand the difference between these two.
Is clone same as New and set all the properites according to cloned object.
object c1= c2.clone();
c1 will be a new object with all the properites set according to
the clone method implementation.
I am trying to understand the difference, any help?