gpt4 book ai didi

Java protected 变量在枚举类型中意味着什么?

转载 作者:行者123 更新时间:2023-11-29 04:20:44 25 4
gpt4 key购买 nike

在 Java 9 中,我可以这样写代码:

enum Abc {
A, B, C;
static protected int foo = 4; // what is the purpose of the protected variables like this in enum?
}

我认为这没有意义,因为我们不能继承或实现枚举。

编辑:此问题与 Why are protected members allowed in final java classes? 相同

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