Exemplo n.º 1
0
 public MallardDuck()
 {
     iQuackBehavior = new Quackgaga();
     iFlyBehavior   = new FlyWithWings();
 }
Exemplo n.º 2
0
 public RedheadDuck()
 {
     iQuackBehavior = new Quackgaga();
     iFlyBehavior   = new FlyWithWings();
 }
Exemplo n.º 3
0
 public ModelDuck()
 {
     iFlyBehavior   = new FlyNoWays();
     iQuackBehavior = new Quackgaga();
 }