2016年9月1日
摘要: 首先, 假设有一下三个类的继承关系 class Person { public string Name { get; set; } } class Student: Person { public string Class { get; set; } //班级 } class HighSchoolStu... 阅读全文
posted @ 2016-09-01 19:46 zhouandke 阅读(285) 评论(0) 推荐(0) 编辑