Prototype Interface (ICloneable):?
- This interface defines the Clone() method that will be used to create a copy
of an object. Any class that needs to be cloned must implement this interface.
of an object. Any class that needs to be cloned must implement this interface.