下面是我做的测试: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace ClassDemo { class Program { static void Main(string[] args) { //BaseClass bc = new BaseClass(); //bc.sayHello(); //Der…