摘要: 类总括: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespa... 阅读全文
posted @ 2016-01-03 20:42 a再看一眼 阅读(104) 评论(0) 推荐(0)
摘要: MobilePhone(抽象手机类) abstract class Mobilephone { public string name; public abstract void SendMessage(); public abstract voi... 阅读全文
posted @ 2016-01-03 20:36 a再看一眼 阅读(192) 评论(0) 推荐(0)
摘要: 具体代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace M_K2{ class Program ... 阅读全文
posted @ 2016-01-03 20:33 a再看一眼 阅读(100) 评论(0) 推荐(0)
摘要: 具体代码:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace M_K{class Program{static... 阅读全文
posted @ 2016-01-03 20:30 a再看一眼 阅读(104) 评论(0) 推荐(0)