Re: O.T Help sought from Java Programmers
Think of a Student class as of a structure that holds data about one student. Think of the Enrollment class as of an array of Students (an array that can print it's contents). Think of the Admin class as of your procedural program (the Main method) with helper functions where parts of code are localized (fillData and searchStudent).
|