gpt4 book ai didi

java - 方法覆盖的清晰度

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

很好奇重写方法和重写方法的正确定义。根据我的理解,重写方法是子类中的方法,它重写基类中具有相同签名和返回类型的方法。

但是,我看到消息来源将重写的方法称为子类中重写基类中的方法的方法。

那么哪个是重写方法,哪个是重写方法?

抱歉,如果这个问题有点愚蠢

最佳答案

假设我们有一个类 SubClass extends SuperClass,那么:

SuperClass#method   <- overridden
^
|
overrides
|
SubClass#method <- overriding

除此之外,wikipedia告诉我们:

The implementation in the subclass overrides (replaces) the implementation in the superclass by providing a method that has same name, same parameters or signature, and same return type as the method in the parent class.

关于java - 方法覆盖的清晰度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9718945/

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