DEVFYI - Developer Resource - FYI

What is polymorphism?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

123. What is polymorphism?

Polymorphism means "having many forms". It allows methods (may be variables) to be written that needn't be concerned about the specifics of the objects they will be applied to. That is, the method can be specified at a higher level of abstraction and can be counted on to work even on objects of un-conceived classes.

(Continued on next question...)

Other Interview Questions