Answers for "what is generic programming"

3

what is generic programming

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.
Posted by: Guest on May-14-2021

Code answers related to "what is generic programming"

Browse Popular Code Answers by Language