Every object has a default copy() method that uses Java reflection to copy all of the fields (this is a shallow copy). deepCopy() exists but is not implemented yet.
Labels:
None
Every object has a default copy() method that uses Java reflection to copy all of the fields (this is a shallow copy). deepCopy() exists but is not implemented yet.