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


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement