型
各言語間での型システム取りまとめ
table:各言語間での型システムサマリ
名前空間 namespace
共通型 System.Object
値型 struct
null許容型 int?
参照型 class class
ジェネリクス List<T>
暗黙型 var
無名クラス new {} new class {}
インターフェイス interface interface
抽象基底クラス abstract abstract
交差型 T&U&V
union型 T|U|V
自己インスタンス this $this
自己クラス self::
関数オブジェクト型 callble
多重継承 不可 トレイト
継承禁止 sealed final