DEVFYI - Developer Resource - FYI

Explain the Polymorphism principle.

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

397. Explain the Polymorphism principle.

The meaning of Polymorphism is something like one name many forms. Polymorphism enables one entity to be used as as general category for different types of actions. The specific action is determined by the exact nature of the situation. The concept of polymorphism can be explained as "one interface, multiple methods".

(Continued on next question...)

Other Interview Questions