public Duck(IFlybehavior flyb) { this.flyb = flyb; }
public NOT_HIS_DUCK(IFlybehavior flyb) : base(flyb) { }