| |
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 |
| November 11, 2005 03:42:59 |
#6 |
| avinash |
Member Since: Visitor Total Comments: N/A |
RE: Explain the different forms of Polymorphism. |
different types of polymorphism 1. compile time polymorphism 2.run time polymorphism |
| |
Back To Question | |