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 |
What will happen to the exception object after exception handling?
What is a numeric literal?
What is default locale java?
How to print an arraylist in java?
Does set allows null in java?
Can we override the main method?
Why does java not support pointers?
class test { private static void main(String []adsf) { } } explain me that the above code is error or exception
Can you pass functions in java?
What is meant by data hiding in java?
What is the GregorianCalendar class?
Define Multiprogramming and Multiprocessing in java.
0 Answers Akamai Technologies,