Explain the concept of polymorphism with examples?
Answer Posted / ravikiran(aptech mumbai)
polymorphism is utilizing the same interface for multiple
purposes
ex:-overloading,overriding
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What does singleton mean in java?
How does thread synchronization occurs inside a monitor?
How to create packages in java?
Differentiate between a class and an object.
Explain about fail fast iterators in java?
Can we override private constructor in java?
What is the difference between a vector & an array list?
What is the difference between Java1.4 and Java1.5
How many bytes is 255 characters?
What is the effect of keeping a constructor private?
Are private methods final?
How can we break singleton in java?
What are strings in physics?
How do you define a singleton class?
Can we override the static methods?