0
Accessing Object of different class in same package.
I need to access object of a class in another class within same package. Question is I want to make only one object of that class and use it everywhere within same package. Is there any way to achieve it? I found one like passing reference of object through functions. Any other way?
4 ответов