Java Polymorphism

                                  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.












Comments

Popular posts from this blog

Java Method Overriding

Java Inheritance