
![]() |
|
Synonym of Instance variable
Field (computer science)
In computer science, data that has several parts can be divided into fields. For example, a computer may represent today's date as three distinct fields: the day, the month and the year. Programming languages usually have a record data type to represent composite data types as a series of fields. An array of boolean values can be represented as a bit field. Relational databases arrange data as sets of database records, also called rows. Each record consists of several fields; the fields of all records form the columns.
Поле класса
Поле класса (переменная-член, data member, class field, instance variable) в объектно-ориентированном программировании — переменная, связанная с классом или объектом. Все данные объекта хранятся в его полях. Доступ к полям осуществляется по их имени. Обычно тип данных каждого поля задаётся в описании класса, членом которого является поле.
instance variable
primjerna varijabla
instance variable
instance variable in object-oriented programming, one of the variables of a class template which may have a different value for each object of that class. instance variables hold the state of an object.
Instance variable
COMPUTER متغير حالة - متغير
instance variable
primjerna varijabla
instance variable
(n.) Any item of data that is associated with a particular object. Each instance of a class has its own copy of the instance variables defined in the class. Also called field. See also class variable
instance variable
instantiatievariabele
instance variable
<programming> In object-oriented programming, one of the variables of a class template which may have a different value for each object of that class. Instance variables hold the state of an object. (1998-01-16)
instance variable
variabile dell'istanza Qualsiasi elemento di dati associato a un oggetto particolare. Ciascuna istanza di classe ha una propria copia delle variabili dell'istanza definite nella classe. Detta anche campo . Vedere anche variabile di classe .
instance variable
Any item of data that is associated with a particular object. Each instance of a class has its own copy of the instance variables defined in the class. Also called a field .
instance variable
variabile dell'istanza Qualsiasi elemento di dati associato a un oggetto particolare. Ciascuna istanza di classe ha una propria copia delle variabili dell'istanza definite nella classe. Detta anche campo. Vedere anche variabile di classe. | ||||||||||||||||||||||||||||||