Exemplo n.º 1
0
 public string TryToFly()
 {
     return(FlyingStrategy.Fly());
 }
Exemplo n.º 2
0
 public void Fly()
 {
     myFlyingStrategy.Fly(this);
 }