changes.mady.by.user Dean Sutherland
Saved on Apr 26, 2013
changes.mady.by.user David Svoboda
Saved on Apr 27, 2013
When a nonfinal class defines a clone() method that fails to call super.clone(), cloning a subtype subclass of this class will produce an object of the wrong typeclass.
clone()
super.clone()
The Java API for the clone() method [API 2011] says:
...