---
title: "What is Function Overloading?"  
description: "What is Function Overloading?"  
author: "Sachindra Singh"  
published: 2011-01-17  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/327/what-is-function-overloading  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is Function Overloading?

Function overloading having the same name but signature should be different. One of the greatest advantages of Function overloading is the improvement that it provides to code is readability and maintainability, Function overloading reduce complexity of the program.

## Answers

### Answer by Sachindra Singh

Function overloading having the same name but signature should be different. One of the greatest advantages of Function overloading is the improvement that it provides to code is readability and maintainability, Function overloading reduce complexity of the program.


---

Original Source: https://www.mindstick.com/interview/327/what-is-function-overloading

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
