Domanda di colloquio di BlackRock

What is polymorphism?

Risposta di colloquio

Anonimo

21 set 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.