Generic programming:
In the simplest definition, generic programming is a style of computer programming in which algorithms are written in terms of types "to-be-specified-later" that are then "instantiated" when needed for specific types provided as parameters.
en.wikipedia.org
泛型:
泛型程序设计是程序设计语言的一种风格或范式。
zh.wikipedia.org
This article uses material from the Wikipedia articles %@, which are released under the Creative Commons Attribution-Share-Alike License 3.0.
Generic programming泛型