what is polymorphism?
Answers were Sorted based on User's Feedback
Answer / durgasri
In object-oriented programming, polymorphism (from the
Greek meaning "having multiple forms") is the
characteristic of being able to assign a different meaning
or usage to something in different contexts - specifically,
to allow an entity such as a variable, a function, or an
object to have more than one form.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / she
Polymorphism is the features that allow one interface to be
used for general class actions
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudeep
poly mean MANY and morphism mean FORMS... so polymorphism is the ability to allow a function to exist in different forms.
| Is This Answer Correct ? | 1 Yes | 0 No |
Why do we use bufferedreader?
what is struts-config-xml?and its use?
What is the difference between throw and throws? What is the similarity between try and throw?
what is use of business objects?
Define immutable object?
Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
Why charat is used in java?
what is the use of clone method? why user cant overwrite in sub class without its proper defination.
How do you override a method in java?
Java.util.regex consists of which classes?
what is difference between equals and ==?
Explain creating threads by extending thread class ?