Mid GoF Patterns

Concrete Prototype (GameCharacter):?

  • The GameCharacter class is a concrete implementation of the ICloneable

interface. It implements the Clone() method, which creates a new

GameCharacter object with the same properties as the original.

More from Design Patterns in C#

All questions for this course