Raytheon Interview Question

What is polymorphism and what enables it?

Interview Answer

Anonymous

Jan 29, 2021

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