Revature Interview Question

What is polymorphism and describe it

Interview Answer

Anonymous

Oct 21, 2020

Polymorphism is an object's ability to take on multiple forms. It is achieved through method overloading (compile-time polymorphism) and method overriding (runtime polymorphism).