GENERICPROGRAMMING

Generic programming

In the simplest definition, generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters. This approach, pioneered by ML in 1973, permits writing common functions or types that differ only in the set of types on which they operate when used, thus reducing duplication. Such software entities are known as generics in Ada, Delphi, Eiffel, Java, C#, F#, and Visual Basic .NET; parametric polymorphism in ML, Scala and Haskell ; templates in C++ and D; and parameterized ...

The above text is a snippet from Wikipedia: Generic programming
and as such is available under the Creative Commons Attribution/Share-Alike License.

generic programming

Noun

  1. A style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters.


The above text is a snippet from Wiktionary: generic programming
and as such is available under the Creative Commons Attribution/Share-Alike License.

Need help with a clue?
Try your search in the crossword dictionary!