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 will be the output of round(3.7) and ceil(3.7)?
What are the features of java?
Can an object be null?
How would you dynamically allocate memory to an array?
What is variable explain?
What is arguments in java?
Can we make main() thread as daemon?
What is string builder in java?
Does java isempty check for null?
How do I find and replace in word?
How many bits is a char?
Describe method overriding
What is the java idl system?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is a hashmap used for?