Gyh's Braindump

Generics

tags
Programming Language Concept
source
wikipedia
source
DT-On Java 8

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.

Templates in C++. Collections in Java.

Links to this note