gpt4 book ai didi

java - 可以根据java中的访问重载方法吗?

转载 作者:行者123 更新时间:2023-11-29 07:19:48 24 4
gpt4 key购买 nike

例如一个类有public do,packaged do,protected do,private do。如果类调用的实例获得私有(private)实例,如果子类调用它,那么它得到保护,如果同一个包调用它,那么它被打包,如果有其他调用它,它获得公共(public)?

最佳答案

没有。

It is a compile-time error to declare two methods with override-equivalent signatures (defined below) in a class. Two methods have the same signature if they have the same name and argument types.

(来自JLS §8.4.2)

关于java - 可以根据java中的访问重载方法吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6006694/

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