Pergunta de entrevista da empresa BlackRock

What is polymorphism?

Resposta da entrevista

Sigiloso

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