Explain the concept of polymorphism with examples?
Answer Posted / sankar
polymorphism helps us create classes which are simple and
user friendly.it allow the class to behave polymorphicly
when different inputs are passed on to it.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
If a method is declared as protected, where may the method be accessed?
Is java free for businesses?
Explain access specifiers?
What are the six ways to use this keyword?
What is arraylist e in java?
Can you instantiate the math class?
Can private class be inherited in java?
What is collection class in java? List down its methods and interfaces.
Explain treeset?
What will be the output of round(3.7) and ceil(3.7)?
What is the use of using enum to declare a constant?
Can the garbage collection be forced by any means?
What is string :: npos?
Can we declare an interface as final?
What are the application of stack?