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
Can the interface be final?
Does treeset use compareto?
What are the uses of java?
What is the maximum size of byte array in java?
Explain static nested classes ?
How to retrieve data from database in java using arraylist?
What is a parameter in simple terms?
What does next mean in java?
Can a final variable be initialized in constructor?
I want to store more than 10 objects in a remote server? Which methodology will follow?
Is logger a singleton?
What are the types of exceptions?
What is immutable state?
What is native code?
what is encapsulation in java? Explain