Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
具体的なスーパークラスと抽象サブクラスを作成できますか? 誰かがそれがどのように機能するか説明してもらえますか?
ありがとうございました
すべてのクラスが から直接または間接的に継承するため、これはすでにどこでも発生していますObject。たとえばAbstractCollection、具象クラスから継承する抽象クラスObjectです。
Object
AbstractCollection
これについては特に特別なことはありません。抽象クラスの具体的なサブクラスは、依然として抽象メソッドを実装する必要があります。