Category:Programming paradigm: Difference between revisions

From Rosetta Code
Content deleted Content added
Some basic description
m add links
 
Line 2:
[[Category:Encyclopedia]]
[[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).