BlackRock interview question

What is polymorphism?

Interview Answer

Anonymous

21 Sept 2016

The ability to use the same interface for different data types. This is a computer science concept that describes programming to be able to handle various forms of inputs. For example, you can make a polymorphic function in statistical software to handle numeric and string data that spits out the same output.