Revature interview question

What is polymorphism and describe it

Interview Answer

Anonymous

21 Oct 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).