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
Which OOP principle enables operating a TV set using a remote control without knowing its internal mechanism ?
- Data Abstraction
- Encapsulation
- Insulation
- Inheritance
Which of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
An object is identified by its characteristics.
Procedure Oriented Programming follows:
- Top-down approach
- Down-top approach
- Random approach
- Normal approach