Community

Java Challengers #3: Polymorphism and inheritance

(Rafael Chinelato Del Nero) According to the legend Venkat Subramaniam, polymorphism is the most important concept in object-oriented programming. Polymorphism–or the ability of an object to execute specialized actions based on its type–is what makes Java code flexible.