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 is primitive data type in java?
how to create multithreaded program? : Java thread
Can a main method be overloaded?
Explain the importance of thread scheduler in java?
Is class is a data type?
What is the function of log?
Why object class is super class for every class in java?
What are the drawbacks for singleton class?
When the constructor of a class is invoked?
How does map works in java?
What is immutability in java?
How would you format a date in java? I.e. In the ddmmyyy format?
What is port number in java?
What is the advantage of preparedstatement over statement?
What is "this" keyword in java? Explain