Exemplo n.º 1
0
 public string TryToFly()
 {
     return(flyType.fly());
 }
Exemplo n.º 2
0
 public string tryToFly()
 {
     return(flyingType.fly());
 }