Category:Programming paradigm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Adding to enc)
(Some basic description)
Line 2: Line 2:
[[Category:Encyclopedia]]
[[Category:Encyclopedia]]
[[Category:Languages by Feature]]
[[Category:Languages by Feature]]
A programming paradigm is a group of (usually) semantic features of a language that work together to allow a particular style of programming. A language may support multiple paradigms at once (e.g., [[Java]] is both an imperative language and an object-oriented language).

Revision as of 20:17, 17 August 2009

Programming paradigm is a programming language feature.

A programming paradigm is a group of (usually) semantic features of a language that work together to allow a particular style of programming. A language may support multiple paradigms at once (e.g., Java is both an imperative language and an object-oriented language).