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
describe method overloading
How does indexof work?
What is java util?
Explain restrictions on using enum?
Is array passed by reference in java?
What are different access specifiers in java? Explain
What is a values collection view ?
What is the access scope of a protected method?
How does the java compiler work?
What is java util collection?
What are the parts of a method?
Can you call a method in a method?
What is collection class in java? List down its methods and interfaces.
Difference between static synchronization vs. Instance synchronization?
Difference between == and .equals() ?