Aristocrat Interview Question

What is polymorphism? (Then give example)

Interview Answer

Anonymous

Apr 4, 2017

Polymorphism is the ability to present the same interface for differing underlying forms (data types).

1