Glossary:Definition - Overload
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term | Overload | |
| Definition | Use a single identifier to refer to multiple methods differing only by their parameters and-or return type. That is, multiple methods with the same name but different method signatures are said to be overloaded. | |
| See also | Override | |
| This C# Online.NET definition is from the Glossary of .NET / C# Terms. | ||