gpt4 book ai didi

java - 从其他类访问数组

转载 作者:行者123 更新时间:2023-12-01 14:33:46 24 4
gpt4 key购买 nike

static LifeInsurance[] LIArray = new LifeInsurance[20];

public LifeInsurance ( float dMonth, int startD,int startM,int startY,int label){

LifeInsurance.LIArray[LifeInsurance.counterLI] = this;

this.dMonth = dMonth;
this.startD = startD;
this.startM = startM;
this.startY = startY;
this.label = Individual.l;
this.codeLΙ = counterLI;




counterLI++;

}

我在 LifeInsurance 类中有这个数组,并且我想访问 this.label = individual.l;来自其他类(class)。

这怎么可能?提前致谢!

最佳答案

为静态变量创建一个 geter 和 setter。获取该类的实例以获取静态变量(在本例中为数组)并从您需要的数组中获取对象。然后使用 getter 作为标签。

关于java - 从其他类访问数组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16653118/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com