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 objectoutputstream?

626


What’s meant by anonymous class?

713


What is the numeric promotion?

592


what state does a thread enter when it terminates its processing? : Java thread

696


What is tcp and udp?

688






Describe the process as to how substring() methodology mechanisms in java.

650


Is singleton a bad practice?

674


How can we make a class virtual?

719


Is it possible for yielded thread to get chance for its execution again ?

650


What do you understand by casting in java language?

692


When should a function throw an exception?

705


Can we override compareto method?

602


How do I stop concurrentmodificationexception?

617


What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?

742


Explain about fail fast iterators in java?

663