Java Interview Questions for Freshers > Polymorphism in Java > Flashcards
What is polymorphism in java?
Polymorphism refers to any entity whether it is a method or a constructor or an operator which takes many forms or can be used for multiple tasks.
More on Java Polymorphism
https://javaconceptoftheday.com/polymorphism-in-java/