Jump to content

Comparison of multi-paradigm programming languages

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Pizza Puzzle (talk | contribs) at 07:50, 14 May 2003. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A multi-paradigm programming language is, as described by Stroustrup, "[a program] using more than one programming style". An example is C++ which handle use both object-oriented and generic programming.

Further Reading: