Pregunta de entrevista de BlackRock

What is polymorphism?

Respuesta de la entrevista

Anónimo

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