Example #1
0
 public MallardDuck()
 {
     QuackBehavior = new QuackNatural();
     FlyBehavior   = new FlyWithWings();
 }
Example #2
0
 public RedheadDuck()
 {
     QuackBehavior = new QuackNatural();
     FlyBehavior   = new FlyWithWings();
 }