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
Why should we use singleton pattern instead of static class?
Why is a string immutable?
What is the meaning of variable in research?
What are the differences between string, stringbuffer and stringbuilder?
How to implement a multithreaded applet?
Can private class be extended java?
Can you add null to a list java?
Where are local variables stored?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What are the basics of core java?
Can we create a class inside a class in java?
who can i handle multiple client in RMI
What is the replace tool?
what do you mean by classloader?
Explain the importance of thread scheduler in java?