With a little digging I've done, finding this question with different answers the one you want is D. none of the above
I belive its true but i am not a 100% sure
Answer:usbebdos did did I’d did d
Explanation:
Bash six ska over five. I did a sis a and
Answer:
ssume that,
Maximum “students” count can be 10.
*Driver Class*
*Solution class*
import java.util.*;
class Student {
private String name;
private int rollNo;
public String getName() {}
public void setName(String name) {}
public int getRollNo() {}
public void setRollNo(int rollNo) {}
};
class ClassRoom {
private int i;
private Student[] students;
public void addStudent(String name, int rollNo) {}
public Student[] getAllStudents() {}
};