2016年8月28日

base的应用

摘要: 父类 public class Person { public Person(string name,int age) { this.Name=name; this.Age=age; } } 子类 public class Chinese:Person { public Chinese(string 阅读全文

posted @ 2016-08-28 14:52 村头一小伙 阅读(152) 评论(0) 推荐(0) 编辑

导航