Mid GoF Patterns

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.

More from Design Patterns in C#

All questions for this course