Tuesday, 27 August 2013

Access other object instances

Access other object instances

I have this issue.If I create an object(x) instance from a another
object(a) I have access to it with the setters but if the object(x) is
created by itself or from another object(b) I don't have access to it from
my object(a) unless it is static.So how am I supposed to access it?

No comments:

Post a Comment