Exemplo n.º 1
0
 public void Fly()
 {
     Flying.Fly();
 }
Exemplo n.º 2
0
 public WildDuck()
 {
     Flying   = new Flying();
     Quacking = new Quacking();
 }