예제 #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();
        }