Pregunta de entrevista de Raytheon

What is polymorphism and what enables it?

Respuesta de la entrevista

Anónimo

29 ene 2021

Polymorphism allows performing different actions for the same function names depending on the object type and parameters. It's enable by inheritance.