What is the user of parametric polymorphism?
Options
- A function or a data type can be written generically so that it can handle values identically without depending on their type
- A function or a data type can be written generically so that it can handle values identically being dependant on their type
- A function or a data type that can accept parameters
- Both a and c
CORRECT ANSWER : A function or a data type can be written generically so that it can handle values identically without depending on their type
Write your comments