| |
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". |
| September 09, 2005 06:13:45 |
#3 |
| pinak |
Member Since: Visitor Total Comments: N/A |
RE: Explain the Polymorphism principle. |
polymorohism is like to have one form with many use.A singal operator can be use in diffent forms but thire meaning remains same. |
| |
Back To Question | |