Computer Science, asked by haripriyabsc2002, 9 months ago

What is the mechanism is used to implement the concept of generic programming ​

Answers

Answered by Anonymous
2

Answer:

The method of Generic Programming is implemented to increase the efficiency of the code. 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.

Similar questions