Java Polymorphism in 3mins

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.

--

--

Baby Steps to Pro

We are technology enthusiasts with more than 15 years of software development experience. Our current focus is framework development and architectural design.