Category:Programming paradigm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Some basic description)
m (add links)
 
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).
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).