One of the best uses of polymorphism in Java is to declare an array using an interface type, then add objects which can be from any class, as long as thay implement the interface type of the array
Is it possible for anyone to give the example codings for the above quoted thing.