| |
GeekInterview.com > Interview Questions > Concepts > OOPS
| Print | |
Question: Explain the Polymorphism principle.
Answer: 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". |
| March 03, 2006 05:45:55 |
#10 |
| Aashish Renapurkar |
J2EE Expert Member Since: February 2006 Total Comments: 8 |
Explain the Polymorphism principle. |
| "one interface, multiple methods". |
| |
Back To Question | |