Multiple choice

________ is the one in which all code is written without mention of any specific type and thus, can be used transparently with any number of new types.

  1. Run-time polymorphism

  2. Compile-time polymorphism

  3. Parametric polymorphism

  4. Ad-hoc polymorphism

  5. Abstract class

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

This type of polymorphism is the one in which all code is written without mention of any specific type and thus, can be used transparently with any number of new types.