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 of the following can flow freely in Procedure Oriented Programming languages ?
- function
- data
- statement
- instruction
Which of the following is a Procedure Oriented Programming language?
- Java
- C++
- Pascal
- Eiffel
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
In assembly language, the instructions are given in terms of 0's and 1's.