gpt4 book ai didi

java - 调用 public "non-static"变量或方法而不实例化其类

转载 作者:行者123 更新时间:2023-12-01 06:28:42 25 4
gpt4 key购买 nike

有没有办法在不实例化其类java的情况下调用公共(public)非静态变量或方法...

最佳答案

在Java中,无法调用非静态变量,即没有实例的实例成员。

这是有原因的,来自 Understanding Instance and Class Members

When a number of objects are created from the same class blueprint, they each have their own distinct copies of instance variables.

静态方法属于类而不是特定的实例

关于java - 调用 public "non-static"变量或方法而不实例化其类,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19676934/

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