using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Teacher t = new Teacher(); Student s1=new Student("小王"); 阅读全文 类别: asp.net 查看评论 转载于:https://www.cnblogs.com/wyjs2008/archive/2009/03/24/1420163.html