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
Do I need java for windows 10?
Which package is used for pattern matching with regular expressions?
What is sizeof () operator?
Can we nested try statements in java?
What is the difference between equals() and?
What is the differences between c++ and java? Explain
What method is used to specify a container's layout in java programming?
Which is faster string or stringbuilder?
What is the use of volatile in java?
What are adapter classes?
What is Hierarchy of exception?
What are the differences between c++ and java?
How do you create a bulleted list?
Will set allow duplicates in java?
How do you identify if jvm is 32-bit or 64-bit from java program?