Genericity
programming
The possibility for a language to provided parameterised modules or types. E.g. List(of:Integer) or List(of:People).
(1996-05-19)
Read Also:
- Generic markup  text In computerised document preparation, a method of adding information to the text indicating the logical components of a document, such as paragraphs, headers or footnotes. SGML is an example of such a system. Specific instructions for layout of the text on the page do not appear in the markup. (1996-05-19) 
- Generic name  generic name n. 
- Generic programming  programming A programming technique which aims to make programs more adaptable by making them more general. Generic programs often embody non-traditional kinds of polymorphism; ordinary programs are obtained from them by suitably instantiating their parameters. In contrast with normal programs, the parameters of a generic programs are often quite rich in structure. For example they […] 
- Generic routing encapsulation  networking, protocol (GRE) A protocol which allows an arbitrary network protocol A to be transmitted over any other arbitrary network protocol B, by encapsulating the packets of A within GRE packets, which in turn are contained within packets of B. Defined in RFC 1701 and RFC 1702 (GRE over IP). (1998-07-19) 
- Generic thunk  programming A software mechanism that allows a 16-bit Windows application to load and call a Win32 DLL under Windows NT and Windows 95. See also flat thunk, universal thunk. (1999-04-05) 
