Posts

Showing posts with the label polymorphism

Java Polymorphism

Image
                                  Polymorphism After Overriding a method of a super-class in a sub-class, Upcasting it, and running the sub-class method through a super-class reference is called polymorphism.