Code reuse

This is an old revision of this page, as edited by Ahoerstemeier (talk | contribs) at 22:05, 15 March 2006 (Reverted edits by 81.105.1.63 (talk) to last version by Marudubshinki). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A computer programming paradigm in which one writes small bits of code to accomplish a common task. The same code can then be reused in a later project, saving the programmer time and energy. Various other paradigms have been invoked to accomplish code reuse over the years, including Procedural programming, Object-oriented programming and Generic programming.