SM>public class B : A SM>{ SM> public override object Clone() SM> { SM> B b = (B)base.Clone() SM> ... SM> } SM>} SM>