HI I'm a bit confused by the homework, this bit..
# The Student class has studentId instance variable whose type is Integer type. # Move the studentCount static variable from the StudentRecord class to Student class. Shouldn't the studentId be part of the studentRecord class rather than the student class? I've moved the studentCount to student as static and that's fine. I could add setters/getters to the student class but I'm not sure of the point. Is there something I should be setting it to? Thanks Jason --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
