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 are keywords in programming?
Is nan false?
Does printwriter create a file?
What do you mean by formatting?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Define how destructors are defined in java?
What is a void in java?
Mention some features of java?
What are different types of multitasking?
Can you explain the final method modifier?
Name some classes present in java.util.regex package.
What is the difference between an interface and an abstract class?
What is a boolean field?
If a class is declared without any access modifiers, where can the class be accessed?
How do you remove spaces in java?