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
What is meant by stack and queue?
What is vector capacity in java?
Can memory leak in java?
What is stack class in java?
How many classes can any class inherit java?
Difference between notify() method and notifyall() method in java?
What happens if constructor is private?
What is java autoboxing?
What is the core java?
why doesn't java run on all platforms?
Can we make a constructor final?
What is the class in java?
What is the difference between a switch statement and an if statement?
What is maximum size of arraylist in java?
What is array pointers ?