Polymorphism in Java Flashcards
1
Q
What is polymorphism in java?
A
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.
2
Q
More on Java Polymorphism
A
https://javaconceptoftheday.com/polymorphism-in-java/