what is polymorphism with example?types of polymorphism?
Answer Posted / ramaiah.teepalapudi
polymorphism is the phenomenon where the same message sent
to two different objects produces two different set of
actions. Polymorphism is broadly divided into two parts:
Static polymorphism – exhibited by overloaded functions.
Dynamic polymorphism – exhibited by using late binding.
| Is This Answer Correct ? | 29 Yes | 7 No |
Post New Answer View All Answers
What is the difference between yielding and sleeping in java programming?
What is method overloading in JAVA? Why is it not present in C ?
Can we override constructor in java?
What is Garbage Collection in Java
What does a method signature consist of?
How to compare strings in java?
Can we override a variable in java?
What is nested loop? What is dangling else condition in it?
Explain the difference between protected and default access.
What is anagram word?
Why are there no global variables in java?
What is the loop in java?
Compare Mutex and Semaphore in java.
How is the marker interface used in Java?
What does java ide mean?