LoginSignup
1
1

More than 5 years have passed since last update.

色々な言語のルートクラスまとめ

Last updated at Posted at 2019-01-08

ルートクラス

ルートクラスは継承階層の最上位クラスのことです。
例えばC#であれば全てのクラスはObjectを継承しています。

Root Class Structure (1).png

言語ごとのルートクラス

言語ごとにルートクラスは違います、次の表にまとめます。
(最近、C#とJavaとKotlinのルートクラスがごちゃごちゃになるんですよね…)

Language Name Details
C# Object Object Class (System)
Java Object Object (Java Platform SE7)
Kotlin Any Any - Kotlin Programming Language
Python object クラス定義
etc... etc... etc...

他の言語にもルートクラスってあるんですよね…
誰か分かる人教えてください。

1
1
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1