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
What is java used for?
What is the benefit of abstract class?
Can we override the overloaded method?
What are predefined functions?
What is the difference between multiple processes and multiple threads?
What do you mean by buffering?
What is static keyword?
What is the difference between the ">>" and " >>>" operators in java?
What is the largest data type in java?
Write a code to show a static variable?
In which language java is written?
Can we extend singleton class?
Can we extend private class in java?
What is difference between calling start() and run() method of thread?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?