Difference between revisions of "Class attribute"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 09:10, 4 September 2016

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