I want to call a method from one class to another, don't know if that's possible without extends the class that contains the method. I've tried to import the package, that way I thought the method should be allow to use since it's a public method but that was not sucesfull..
tried to use this link as reference, but I didn't understand it (since is an app for android..)
A pseudo-code to exemplify
class 1
class 2
class 2:
import package.class 1;
class 1.this.method(); -> Error: No enclosing instance of the type class 1 in is acessible in scope
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…