See More

package student; public class ArrayofObject1 { public static void main(String[] args) { StudentCreation ob1 = new StudentCreation(); ob1.inputStudentNumber(); ob1.studentArrayCreation(); ob1.studentOjbectCreation(); ob1.studentInfoInput(); ob1.studentMarks(); ob1.studentDisplay(); } }