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
Is java se free?
What do you mean by local class?
Is null a string in java?
what is enumset?
What is a concrete classes? Is Java object class is concrete class?
What is compareto?
What is the purpose of garbage collection in java? When is it used?
What is mnemonic in assembly language?
What is the difference between superclass and subclass?
What is toarray method in java?
Explain the access modifiers for a class, method and variables?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Why java does not support pointers?
Is 0 true or false in java?
If you do not want your class to be inherited by any other class. What would you do?