Class attribute

From Wiki @ Karl Jones dot com
Revision as of 10:10, 4 September 2016 by Karl Jones (Talk | contribs) (Created page with "In object-oriented programming, a class attribute (or property, field, data member) is a data field description. == Description == Class attributes are usually field typ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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