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 |
Mention some features of java?
What are the differences between checked exception and unchecked exception?
What is difference between string and new string?
What is the maximum size of array in java?
What is constructor and virtual function?
What are different types of encoding?
What are constants?
What is Classloader in Java?
What is * argv?
How does arraylist work in java?
What means public static?
what is ABSTRACTION and what are using in real time project?