What is polymorphism?
Utilisateur anonyme
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.