MCQOPTIONS
Saved Bookmarks
| 1. |
What is meant by parametric polymorphism? |
| A. | A function or a data type can be written generically so that it can handle values identically without depending on their type |
| B. | A function or a data type can be written generically so that it can handle values identically being dependant on their type |
| C. | A function or a data type that can accept parameters |
| D. | Both (a) and (c) |
| Answer» B. A function or a data type can be written generically so that it can handle values identically being dependant on their type | |