On Sep 19, 4:46 am, "C. Hartman" <[EMAIL PROTECTED]> wrote:
> I need a clarification. The wording "Create studentRecord class as instance
> variable" confuses me. How can a instance variable be a class??
When you write, say:
String foo;
in the field part of a class, you create a String as instance variable
of the class.
That's exactly the same for any class be it a built-in class or a
class you have construct.
You could say it other way:
Create an instance variable of the class studentRecord in the filed
part of the class Bar.
The first form of wording is more concise.
--~--~---------~--~----~------------~-------~--~----~
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