示例#1
0
        public static void Test4()
        {
            Doctor myDoctor = new Doctor();

            myDoctor.Display();
        }