Example #1
0
 public string TryToFly()
 {
     return(flyType.fly());
 }
Example #2
0
 public string tryToFly()
 {
     return(flyingType.fly());
 }