Hello all,

sorry for my English, but I do not understand. The exercise says:

Create a Student class as following: 
  a.. The Student class has StudentRecord class as an instance variable.  Name 
it as studentRecord. 
    a.. You can use the StudentRecord class from the 
MyStudentRecordExampleProject above or you can create a new one - the only 
requirement is that it has to have at least one instance variable of its own.

  b.. The Student class has studentId instance variable whose type is Integer 
type. 
  c.. Move the studentCount static variable from the StudentRecord class to 
Student class.

I create a class Student? and other class studendRecord?

Best Regards

Fernando


-- 
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

Reply via email to