Pergunta de entrevista da empresa Raytheon

What is polymorphism and what enables it?

Resposta da entrevista

Sigiloso

29 de jan. de 2021

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