---
title: "Explain about overriding polymorphism?"  
description: "Explain about overriding polymorphism?"  
author: "Amit Singh"  
published: 2011-03-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/443/explain-about-overriding-polymorphism  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Explain about overriding polymorphism?

Overriding polymorphism is known to occur when a data type can perform different functions. For example an addition operator can perform different functions such as addition, float addition etc. Overriding polymorphism is generally used in complex projects where the use of a parameter is more.

## Answers

### Answer by Amit Singh

Overriding polymorphism is known to occur when a data type can perform different functions. For example an addition operator can perform different functions such as addition, float addition etc. Overriding polymorphism is generally used in complex projects where the use of a parameter is more.


---

Original Source: https://www.mindstick.com/interview/443/explain-about-overriding-polymorphism

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
