---
title: "What is function signature in oops."  
description: "What is function signature in oops."  
author: "James Smith"  
published: 2011-05-20  
updated: 2011-05-20  
canonical: https://www.mindstick.com/forum/251/what-is-function-signature-in-oops  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is function signature in oops.

Hi...\
I would like to know that what is [function](https://www.mindstick.com/articles/13001/multi-statement-table-valued-user-defined-function-in-sql-server) [signature](https://www.mindstick.com/interview/516/explain-about-xml-signature) in [oops](https://www.mindstick.com/articles/1558/introduction-to-oops-object-oriented-programming-system) and how to [implement it in c#](https://www.mindstick.com/forum/159868/what-is-dependency-injection-and-how-can-i-implement-it-in-c-sharp).

## Replies

### Reply by Anonymous User

Function signature basically contains types of parameters, number of parameters and sequence of parameters.

Return type is not part of function signature.

We use concept of function signature when we use method overloading.


---

Original Source: https://www.mindstick.com/forum/251/what-is-function-signature-in-oops

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
