Category:Programming paradigm: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
m (add links)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{feature}}
{{feature}}
[[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 programming|imperative]] language and an [[Object-oriented programming|object-oriented]] language).

Latest revision as of 20:19, 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).