Its sort of a nested class
public class Student{
/* This is the StudentRecord Class created outside of this class*/
StudentRecord newStudent = new StudentRecord();
..........
}
On 8/8/09, Louis (comcast) <[email protected]> wrote:
> LAB-1014 Question: the homework states:
> "The Student class has StudentRecord class as an instance variable. Name it
> as studentRecord"
> Can you please explain this? Do you want a "nested class"?
>
> Thanks,
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---