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 |
Define package in Java.
Can we create object of inner class in java?
watz the difference between abstract class and interface? Which one u ill choose as a designer?
What are the observer and observable classes?
What is the purpose class.forname method?
What is object-oriented programming?
What about anonymous inner classes in java?
what is the J2EE BluPrints?
Is there a sort function in java?
what is the difference between process and thread? : Java thread
What does a boolean method return?
How to declare unique ArrayList ?