Answer Posted / 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 |
Post New Answer View All Answers
define the terminology association.
Explain all java features with real time examples
Why does java have two ways to create child threads? Which way is better?
What are the four integer types supported by java?
Can an arraylist be empty?
Which is the best sorting technique in java?
What is java util?
Explain the public class modifier?
What is outofmemoryerror in java?
What is meant by class loader? How many types are there?
Can set contain duplicates?
What are "class access modifiers" in Java?
Explain different forms of polymorphism?
Is null function in java?
Difference between throw and throws?