Explain polymorphism in Java with the help of a program.
Anoniem
Here poly means many and morphism means form. It is the ability to take more than one form that means a method exhibits different behavior in different situations example method overloading