noun
instance variable
In object-oriented programming, a variable defined in a class for which each instantiated object has its own copy.
このクラスでは、インスタンス変数として名前と年齢を定義しています。
In this class, name and age are defined as instance variables.
Compound of インスタンス (from English 'instance') and 変数 (へんすう, 'variable').