Thread: clone method
View Single Post
  #1 (permalink)  
Old 01-29-2008, 03:51 PM
javaplus javaplus is offline
Member
 
Join Date: Nov 2007
Posts: 97
javaplus is on a distinguished road
clone method
clone method creates a copy of the object, but a different object is created. How can I make the cloned object point to the same object from which it was cloned?
Reply With Quote
Sponsored Links