---
title: "Explain the different forms of Polymorphism."  
description: "Explain the different forms of Polymorphism."  
author: "Amit Singh"  
published: 2011-05-07  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/856/explain-the-different-forms-of-polymorphism  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Explain the different forms of Polymorphism.

A programming viewpoint, polymorphism exists in three distinct forms in Java:

- Method overloading
- Method overriding through inheritance
- Method overriding through the Java interface

## Answers

### Answer by Amit Singh

A programming viewpoint, polymorphism exists in three distinct forms in Java:

- Method overloading
- Method overriding through inheritance
- Method overriding through the Java interface


---

Original Source: https://www.mindstick.com/interview/856/explain-the-different-forms-of-polymorphism

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
