| |
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". |
| November 11, 2005 04:51:08 |
#6 |
| gayatri |
Member Since: Visitor Total Comments: N/A |
RE: Explain the Polymorphism principle. |
| polymor. means when an object perform various function. for example your mobile phone u can connect to internet ,u may communicate to ur frnds n may other function u can perform through one object<ur mobile phone> |
| |
Back To Question | |