Explain about parametric polymorphism?
Ask by Chris Anderson
Updated 22 Sep 2020
Parametric polymorphism is supported by many object oriented languages and they are very important for object oriented techniques. In parametric polymorphism code is written without any specification for the type of data present. Hence it can be used any number of times.