Exemplo n.º 1
0
 public ReadheadDuck()
 {
     flyBehavior = new FlyWithWings();
     quackBehavior = new Quack();
 }
Exemplo n.º 2
0
 public MallardDuck()
 {
     flyBehavior = new FlyWithWings();
     quackBehavior = new Quack();
 }