Class attribute

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In object-oriented programming, a class attribute (or property, field, data member) is a data field description.

Description

Class attributes are usually field types and names that will be associated with state variables at program run time; these state variables either belong to the class or specific instances of the class.

See also

External links