Styrow.dev
Question 33 of 247
Java Topic: General medium

What is Polymorphism?

Question

What is Polymorphism?

Answer

Polymorphism is briefly described as “one interface, many implementations.” Polymorphism is a characteristic of being able to assign a different meaning or usage to something in different contexts - specifically, to allow an entity such as a variable, a function, or an object to have more than one form.