Example #1
0
 public ReadheadDuck()
 {
     flyBehavior = new FlyWithWings();
     quackBehavior = new Quack();
 }
Example #2
0
 public MallardDuck()
 {
     flyBehavior = new FlyWithWings();
     quackBehavior = new Quack();
 }