Ejemplo n.º 1
0
 public CrestedDuck()
 {
     FlyBehavior   = new FlyWithWings();
     QuackBehavior = new NormalQuack();
 }
Ejemplo n.º 2
0
 public MallardDuck()
 {
     FlyBehavior   = new FlyWithWings();
     QuackBehavior = new NormalQuack();
 }