public GreyDuck() { fly1 = new CanFly(); vzlom1 = new WierdTalk(); }
public WhiteDuck() { fly1 = new CanFly(); vzlom1 = new CanTalk(); }