using System;
namespace C8_2
{
public class Test
{
public static void Main(string[] args)
{
AmphibianCar car = new AmphibianCar();
car.ShowCar();
car.ShowBoat();
}
}
}
沒有留言:
張貼留言