what is polymorphism?

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


Please Help Members By Posting Answers For Below Questions

What is java used for?

773


What is the benefit of abstract class?

709


Can we override the overloaded method?

802


What are predefined functions?

796


What is the difference between multiple processes and multiple threads?

789


What do you mean by buffering?

767


What is static keyword?

783


What is the difference between the ">>" and " >>>" operators in java?

728


What is the largest data type in java?

723


Write a code to show a static variable?

831


In which language java is written?

746


Can we extend singleton class?

716


Can we extend private class in java?

769


What is difference between calling start() and run() method of thread?

769


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

760