| |
GeekInterview.com > Interview Questions > Concepts > OOPS
| Print | |
Question: Explain the different forms of Polymorphism.
Answer: From a practical programming viewpoint, polymorphism exists in three distinct forms in Java: Method overloading Method overriding through inheritance Method overriding through the Java interface |
| January 01, 2006 05:02:47 |
#8 |
| Prathibha |
Member Since: December 2005 Total Comments: 4 |
RE: Explain the different forms of Polymorphism. |
| the first answer is correct |
| |
Back To Question | |