Revature Interview Question

What is polymorphism and an example of polymorphism in code?

Interview Answer

Anonymous

Sep 29, 2018

Polymorphism is modifying of characteristics(i.e. methods) that a subclass inherits from superclass.