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 |
Is an integer an object?
What is the use of singleton class?
Is map sorted in java?
What is a method declaration?
What are the types of java languages?
How do you declare an infinite loop?
Similarity and difference between static block and static method ?
Can you explain the meaning of aggregation and composition
What is meant by Java ?
Is there any limitation of using inheritance?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
How will you invoke any external process in java?