示例#1
0
文件: Program.cs 项目: anuragbhd/code
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

            student_1.GetStudentInfo();
            student_1.DisplayStudentInfo();
        }
示例#2
0
        static void Main(string[] args)
        {
            // Create a student of 10th grade
            StudentResult10th student_1 = new StudentResult10th();

            student_1.GetStudentInfo();
            student_1.DisplayStudentInfo();
        }