Re: O.T Help sought from Java Programmers
Using the List or Vector beats the point of the existence of the Enrollment class in the first place. I am pretty sure the intent was to make him create his own Vector class (with the name Enrollment). It's really not a very good project.
For gender the best way is to create an enum if Java supports those. Or a couple of constants and make the field int.
|