V
Vincent
Hey, I have a problem to understand the underlaying of
clone method. Hope someone can help me out.
Let's say,
clonedObject = originalObject.clone()
(syntax may be wrong, but you know what I mean, I hope )
Why can't I just do this, instead?
clonedObject = originalObject
Any comment is more than welcome.
Thanks in advance.
Vincent
clone method. Hope someone can help me out.
Let's say,
clonedObject = originalObject.clone()
(syntax may be wrong, but you know what I mean, I hope )
Why can't I just do this, instead?
clonedObject = originalObject
Any comment is more than welcome.
Thanks in advance.
Vincent