Beispiel #1
0
        static void Main()
        {
            Plane myPlane = new Fly();

            myPlane.Fly("Brazil");
            myPlane.Fly(5);
        }
Beispiel #2
0
 public void PerformFly()
 {
     Fly.Fly();
 }