Generic
From Solid Graphics Wiki
(Redirected from Generics)
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.
For more information see http://en.wikipedia.org/wiki/Generic_programming.
