gpt4 book ai didi

java - 抽象类中的具体方法

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:31:09 26 4
gpt4 key购买 nike

我理解抽象类可能包含抽象和具体方法(即主体实现)。我的问题是:子类可以从抽象父类(super class)继承/覆盖具体方法吗?其次,他们是否必须像实现抽象方法一样实现具体方法?

最佳答案

can subclasses inherit/override concrete methods from an abstract superclass

如果它们不是final,是的,它们可以被覆盖。

And secondly do they have to implement concrete methods the same way they implement abstract methods?

不,他们只需要实现/覆盖抽象方法,否则抽象方法就没有意义。

关于java - 抽象类中的具体方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16675642/

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