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