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 |
To obtain design information about an object, which class in used?
What are controls and their different types in awt?
What is array command?
How thread scheduler schedule the task?
What is the difference between stringbuffer and stringbuilder?
What is bifunction in java?
What are serialization and deserialization?
Which is faster call by value or call by reference?
What is difference between filereader and bufferedreader?
What are computer functions?
What are the types of exceptions?
Name the method that used to clear the buffer ?