0
How can i access EditText variable of another class in another class without extend
How can I access variable of any other class by any class
3 Réponses
0
I'm guessing you're talking about JavaScript. Please use relevant tags in your post, and include languahes that you're asking about, so people can find your question when they search.
0
I am talking about java
0
As I understand it, to make a class member "visible" to other classes, the member need to have 'public' access specifier in the member's declaration.