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 you know how to reverse string in java?
What is slash r?
What does this () mean in constructor chaining concept?
How many types of methods are there?
What are the advantages of defining packages in java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
What is the difference between JVM and JRE?
What is OOP's Terms with explanation?
What is map and hashmap in java?
What is the difference between @before and @beforeclass annotation?
Write a program in java to create a doubly linked list containing n nodes.
What are the 2 types of java programs?
What is the differences between c++ and java? Explain
What is sortedmap interface?
What is the benefit of lambda expressions?