how to call method of Owner?
Posted
by joseph
on Stack Overflow
See other posts from Stack Overflow
or by joseph
Published on 2010-03-21T16:34:36Z
Indexed on
2010/03/21
16:51 UTC
Read the original article
Hit count: 287
java
|design-patterns
Hello. I have Class1, which has methods:
setSomething()createObjectOfClass2()
Now, when I create object of Class2, is it possible to call setSomething method from it?
© Stack Overflow or respective owner