I\'ve got a Tile class with this method:
Tile
public object Clone() { return MemberwiseClone(); }
And another class
Yes, it will - it's polymorphism.