gpt4 book ai didi

android - 在Android中定义 "Indirect subclass"

转载 作者:IT老高 更新时间:2023-10-28 23:33:40 31 4
gpt4 key购买 nike

看各种pages in the Android docs ,其中一些列出了“已知的间接子类”。这是什么意思?

最佳答案

对于接口(interface),它是实现该接口(interface)的类的列表。

对于一个类,它是从该类派生但间接派生的类列表(即,列表中的类派生自某个类,而该类本身派生自直接或间接记录的类)。

所以 android.view.ViewGroup直接派生自 android.view.View间接来自java.lang.Object :

java.lang.Object
android.view.View
android.view.ViewGroup

由于接口(interface)只能被实现,不能直接派生,所以实现接口(interface)的类总是被认为是从接口(interface)“间接派生”的。

关于android - 在Android中定义 "Indirect subclass",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2718775/

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