Polymorphism means that an instance of an class (an object) can be used as if it were of different types. Here, a type means either a class or an interface.
rahulyashona/Polymorphism-using-Interfaces
Java program to achieve Polymorphism using Interfaces.
Java