Polymorphism

Ability of an object or function to take on many forms.

Polymorphism is a concept in computer science and biology where an object or system can take on many forms. In programming, it refers to the ability of a function or method to behave differently based on the type of object it's operating on.

Built by Tim Jones