摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _05base关键字{ //显示的调用父类的构造函数 / 阅读全文
posted @ 2018-05-11 11:44 枫影竹韵 阅读(1714) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; namespace _04OOP继承{ //继承:好处:减少代码的冗余 // 阅读全文
posted @ 2018-05-11 11:43 枫影竹韵 阅读(152) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks; //作用1:返回值;作用2:立即结束本次方法的执行 namespace _0 阅读全文
posted @ 2018-05-11 10:48 枫影竹韵 阅读(8907) 评论(0) 推荐(2) 编辑