摘要: 1.重写 如下面的Run方法,在Car中被重写。 namespace TestClass { class Program { static void Main(string[] args) { Car car = new Car("初始车"); Console.ReadKey(); } } /// 阅读全文
posted @ 2020-06-14 23:18 安静点-- 阅读(237) 评论(0) 推荐(0)