摘要: class Program { static void Main(string[] args) { ParentClass test = new SubClass(); test.doSomething();/*结果:Pa... 阅读全文
posted @ 2015-12-11 16:45 Jane&Coding 阅读(169) 评论(0) 推荐(0)