View Single Post
  #1 (permalink)  
Old 04-17-2008, 09:51 PM
bobleny's Avatar
bobleny bobleny is offline
Member
 
Join Date: Apr 2008
Posts: 36
bobleny is on a distinguished road
[SOLVED] If a object equals another object, do they contain the same data?
This line returns a Course object:
Code:
student.get("stud" + studView).getCourse(i);
By setting it equal to object:
Code:
Course foo = student.get("stud" + studView).getCourse(i);
What happened? Would foo now contain the same info as the retuning object?
__________________
--
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
--
Cheer up, the worst has yet to come...
Reply With Quote
Sponsored Links