On Apr 23, 4:07 pm, [email protected] wrote:
> Should it be modify Exercise 2 and in the Write .... section, should
> it be Profile class and School class instead of Profile field and
> School field.
The fields mentioned are to be taken as parameters for the related
classes. That means depending from the point of view sometimes they
are instance of classes, sometimes they are parameters of classes.
i.e.:
Profile field is a parameter of MyClassToBe... class, but in turn is
an instance of a Profile class, which has name, age and hobby as
parameters.
Hopefully it is clear for you now.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---