public GreyDuck() { fly1 = new CanFly(); vzlom1 = new WierdTalk(); }
public RubberDuck() { fly1 = new CannotFly(); vzlom1 = new WierdTalk(); }