Classes that don't inherit Object class

前端 未结 4 1166
星月不相逢
星月不相逢 2020-12-03 12:27

Are there any classes that don\'t inherit Object as SuperClass or maybe have become Obsolete/deprecated?

4条回答
  •  一向
    一向 (楼主)
    2020-12-03 13:00

    Are there any classes that don't inherit Object as SuperClass

    There is exactly one of those, and it is java.lang.Object itself. Also all interfaces.

    or maybe have become Obsolete/deprecated?

    There are plenty of those. See the Javadoc.

提交回复
热议问题