Computer Science, asked by ArjunBhattacharjee, 30 days ago

What is meant by polymorphism in Computer Science ?​

Answers

Answered by kanishkabasetia39
0

Answer:

“In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types, or the use of a single symbol to represent multiple different types.”

hope it is satisfying...

Answered by suhani4289
1

Answer:

hi

Explanation:

This brings us to our computer science definition of polymorphism - we'll offer three different versions for maximum clarity.

Polymorphism is a feature of object-oriented programming languages that allows a specific routine to use variables of different types at different times

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

I hope it will help you

Similar questions