public RubbenDuck() { iFly = new NoFly(); iQuack = new Squack(); }
public Duck_B() { flyBehavior = new noWayFly(); quackBehavior = new Squack(); }