Java Polymorphism in 3mins
Jan 5, 2022
Polymorphism means “many forms”. It allows us to perform the same action in many different ways. it occurs when we have many classes that are related to each other by inheritance or implementing the same interface. It is one of the fundamental concept in Object-Oriented programming. Many programmers are using it but might forget this “jargon”. Let’s take a quick revision of what it is.