Explain Generic Programming
Answers
Answered by
1
Explanation:
Generic programming. In the simplest definition, generic programming is a style of computer programming in which algorithms are written in terms of to-be-specified-later types that are then instantiated when needed for specific types provided as parameters.
Similar questions