The Crazy Coder
Published in

The Crazy Coder

C# | Method Signature And Overloading Mechanism

Learn what it is and why to use it

Photo by Firmbee.com on Unsplash

Introduction

As a common way to implement polymorphism, Overloading allow your code has the ability to redefine a method with multiple forms. You can define a function with the same name more than once, and C# is able to distinguish them by the different method signatures.

--

--

A must-have medium blog to develop programming skills.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store
Colton

A software engineer who is always at a high level of passion with new techs and a strong willing to share with what I have learned.