what is polymorphism with example?types of polymorphism?
Answer Posted / barkha
Polymorphism means one word having different meaning at
different instances.
There are two types.
1)Method overloading
2)Method overriding
| Is This Answer Correct ? | 25 Yes | 39 No |
Post New Answer View All Answers
What is null data type?
What is square root in java?
What is a local, member and a class variable?
Can a constructor call the constructor of parent class?
Can we override compareto method?
How many types of parsers are there?
What is string and its types?
What is thread life cycle?
What is supplier in java?
Explain about exception propagation?
Which eclipse is best for java?
What is the difference between Array and Hash Table?
How many types of memory areas are allocated by jvm?
What is the difference between abstract classes and interfaces?
What are daemon Threads in java?