Answer Posted / 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 |
Post New Answer View All Answers
What is a vector in java?
What are operators and its types?
Why java is said to be pass-by-value ?
Is binary a low level language?
What is meant by the value of a variable?
Can a class be declared as static?
What is the benefit of inner classes in java?
What is skeleton and stub? What is the purpose of those?
What is the exception hierarchy in java?
Can we clone singleton class in java?
Explain the difference between association, aggregation and inheritance relationships.
Which sorting is best in java?
If an object is garbage collected, can it become reachable again?
What is predicate in java?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?