2015年11月13日 星期五

C8_2 Test.cs

using System;
namespace C8_2
{
    public class Test
    {
        public static void Main(string[] args)
        {
            AmphibianCar car = new AmphibianCar();
            car.ShowCar();
            car.ShowBoat();
        }
    }
}

沒有留言: