On 9/30/2013 2:33 PM, Ravishankar Rajagopalan wrote:
Hi,

I am trying out the Java SE homework on creating our own class. The following requirement is confusing:

  * The Student class has an instance variable whose type is
    StudentRecord class. Name the variable as studentRecord.

Not sure what "whose type is StudentRecord class" means. Could someone please clarify?

It means the Student class should have a variable whose type is StudentRecord lile
following

  public class StudentRecord {

    private StudentRecord studentRecord;

    ...

}


Thank you.

Regards,
Ravi
--
You received this message because you are subscribed to the Google Groups "JPassion.com: Java Programming" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
Visit this group at http://groups.google.com/group/jpassion_java.
For more options, visit https://groups.google.com/groups/opt_out.


--
-------------------------------------------------------------------
             Sang Shin, [email protected]
  Founder and Chief Instructor of JPassion.com (JavaPassion.com)
         http://www.linkedin.com/in/javapassion (Linkedin)
          http://twitter.com/javapassion (Tweeter)
            Life is worth living... with Passion!

   Practically Free 3 to 5 days Live, Hands-on, Online Codecamps on
 Java, HTML5, Ruby/Rails, Grails, JavaScript/jQuery, Spring, Android
             http://jpassion.com/codecamps
----------------------------------------------------------------------

--
You received this message because you are subscribed to the Google Groups 
"JPassion.com: Java Programming" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/jpassion_java.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to