Exemplo n.º 1
0
 public ExoticDuck()
 {
     QuackBehaviout = new ExoticQuack();
 }
Exemplo n.º 2
0
 public ExoticDuck()
 {
     quackBehaviour = new ExoticQuack();
 }
Exemplo n.º 3
0
 public ExoticDuck()
 {
     quackable = new ExoticQuack();
     swimmable = new CannotSwimming();
 }