Define polymorphism....
don't spam
Answers
Answered by
2
Answer:
Polymorphism is the ability of a programming language to present the same interface for several different underlying data types. Polymorphism is the ability of different objects to respond in a unique way to the same message.
Step-by-step explanation:
hope it's helpful for you..☺
Answered by
5
Answer:
Step-by-step explanation:
Polymorphism is the property of something having many forms. A thing that has many forms is polymorphic. Appropriately, and perhaps confusingly, its meaning takes many forms, notably in computer science and biology. We’re interested in object-oriented programming languages so we’ll leave the other definitions to Wikipedia. In object-oriented languages there is more than one kind of polymorphism.
Similar questions