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 the purpose of the enableevents() method in java programming?
Can we have multiple classes in single file ?
What should I import for arraylist in java?
What is difference between arraylist and list in java?
How a variable is stored in memory?
What does business logic mean?
What is the major advantage of external iteration over internal iteration?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is scope & storage allocation of static, local and register variables? Explain with an example.
What are class types in java?
Why isn’t there operator overloading?
What is incompatible types in java?
How do you escape json?
Why do I need to declare the type of a variable in java?
What is the reflection?