Computer Applications
Answer
In object-oriented programming, Polymorphism provides the means to perform a single action in multiple different ways. Taking the real world example of animals, if we ask different animals to speak, they respond in their own way. Dog barks, duck quacks, cat says meow and so on. So the same action of speaking is performed in different ways by different animals.
Related Questions
What is the literal meaning of Polymorphism?
- Using different operations for same purpose
- Using same operation for different purposes
- Using same data in different functions
- None of them
Name the feature of Java depicted in the below picture.

- Encapsulation
- Inheritance
- Data Abstraction
- Polymorphism
Which is not an Object Oriented Programming language?
- Python
- Eiffel
- Small talk
- COBOL
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction