Revature interview question

What is polymorphism and an example of polymorphism in code?

Interview Answer

Anonymous

29 Sept 2018

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