Day: March 29, 2015

Last Updated on June 30, 2019 by Simanta Introduction The ability of an object to behave differently in different situations is called Polymorphism. This concept is core to object oriented programmer and key to programming in Java. There are two types of polymorphism prevalent in Java; Static Polymorphism and Dynamic Polymorphism. As a Java developer, you will routinely […]Continue reading