Answer Posted / srikanth jakka
Polymorphism is a feature that allows one interface to be
used for a general class of actions.
The specific action is determined by the exact nature of
the situation.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Does java return by reference?
What is stringbuffer in java?
What is maximum size of arraylist in java?
Does a function need a return?
How can you handle java exceptions?
Does list allow duplicates in java?
What are methods and how are they defined?
What is the difference between an argument and a parameter?
What is a control variable example?
How do I stop concurrentmodificationexception?
What is the static block?
Explain what access modifiers can be used for methods?
What is byte value?
Can you give names of Container classes?
What is oop principle in java?