|
[SOLVED] If a object equals another object, do they contain the same data?
This line returns a Course object:
student.get("stud" + studView).getCourse(i);
By setting it equal to object:
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...
|