Which type of polymorphism allows objects of different classes to respond to the same method call?
Compile-time polymorphism
Parametric polymorphism
Type polymorphism
Runtime polymorphism

Object-Oriented Programming Exercises are loading ...