---
title: "Explain about parametric polymorphism?"  
description: "Explain about parametric polymorphism?"  
author: "Chris Anderson"  
published: 2011-09-17  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1276/explain-about-parametric-polymorphism  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# Explain about parametric polymorphism?

Parametric polymorphism is supported by many object oriented languages and they are very important for object oriented techniques. In parametric polymorphism code is written without any specification for the type of data present. Hence it can be used any number of times.

## Answers

### Answer by Chris Anderson

Parametric polymorphism is supported by many object oriented languages and they are very important for object oriented techniques. In parametric polymorphism code is written without any specification for the type of data present. Hence it can be used any number of times.


---

Original Source: https://www.mindstick.com/interview/1276/explain-about-parametric-polymorphism

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
