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 |
Differece between class and generic class?
Can we define a package statement after the import statement in java?
Why do we declare a class static?
What is the difference between actual and formal parameters?
Why stringbuilder is not thread safe?
Can you pass by reference in java?
Why does java have different data types for integers and floating-point values?
What is token in java?
Is 0 an even number?
Is ++ operator thread-safe in java?
What causes memory leaks in java?
What are the special characters?