---
title: "Explain the different forms of Polymorphism."  
description: "Explain the different forms of Polymorphism."  
author: "Anoop Singh"  
published: 2011-03-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/592/explain-the-different-forms-of-polymorphism  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Explain the different forms of Polymorphism.

From a practical programming viewpoint, polymorphism exists in three distinct forms :

- Method overloading
- Method overriding through inheritance
- Method overriding through the interface

## Answers

### Answer by Anoop Singh

From a practical programming viewpoint, polymorphism exists in three distinct forms :

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