View Single Post
  #8  
Old July 23rd, 2009, 08:26 AM

Psycho Psycho is offline
Captain
 
Join Date: Jan 2008
Posts: 913
Thanks: 21
Thanked 53 Times in 33 Posts
Psycho is on a distinguished road
Default 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).
Reply With Quote