First-class citizen

From Wiki @ Karl Jones dot com
Revision as of 06:32, 3 September 2015 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In programming language design, a first-class citizen (also object, entity, or value) in a given programming language is an entity which supports all the operations generally available to other entities.

Description

These operations typically include being passed as a parameter, returned from a function, and assigned to a variable.

See also

External links