ブラウザの設定でJava Scriptの使用を有効にしてご利用ください。
インスタンス変数
オブジェクト指向プログラミングにおける,オブジェクトに関連した変数のことで,クラスのインスタンスである.クラスがある変数を定義すると,そのクラスの各インスタンスは自分自身のその変数のコピーを持つことになる.
出典:Wiktionary
instance variable (複数形 instance variables)
出典:Wikipedia
出典:『Wikipedia』 (2011/07/01 12:28 UTC 版)
In object-oriented programming with classes, an instance variable is a variable defined in a class (i.e. a member variable), for which each object of the class has a separate copy. They live in memory for the life of the object.
instance variable