在面向对象编程中,要访问当前工作类中另一个类的值,可以通过以下几种方式实现:
AnotherClass anotherObj = new AnotherClass();
int value = anotherObj.getValue();
int value = AnotherClass.staticValue;
public void doSomething(AnotherClass anotherObj) { ... }
doSomething(anotherObj);
anotherObj
访问另一个类的属性或方法,例如 int value = anotherObj.getValue();
以上是访问当前工作类中另一个类的值的几种常见方式。具体使用哪种方式取决于具体的场景和需求。
领取专属 10元无门槛券
手把手带您无忧上云