📅  最后修改于: 2022-03-11 14:56:30.709000             🧑  作者: Mango
Generic Programming enables the programmer to write a general algorithm
which will work with all data types.
It eliminates the need to create different algorithms if
the data type is an integer, string or a character.