- クラス定義、継承、インタフェース
- new class extends interface implements
- 抽象メソッドに抽象クラス
- abstruct
- アクセス制御
- public private protected
- コンストラクタ、デストラクタ
- __constract() __destruct()
- 静的メンバ
- static
- 定数
- const
- オブジェクト自身の参照
- this
- クラス、親クラス
- self::method() parent::method()
- 存在しないプロパティへのアクセスをさばく
- __set() __get()
- オブジェクトのコピーを作る
- clone() __clone()
Javaだ。