Answers for "what is an example of generic language?"

4

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

Browse Popular Code Answers by Language