# Overloading

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Overloading
> Markdown URL: https://mediated.wiki/source/Overloading.md
> Source: https://en.wikipedia.org/wiki/Overloading
> Source revision: 1305155041
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

The term **overloading** may refer to:

- [Function overloading](/source/Function_overloading), a software engineering process whereby multiple functions of different types are defined with the same name
- [Operator overloading](/source/Operator_overloading), a software engineering process whereby operators (e.g. + or -) are treated as polymorphic functions having different behaviors depending on the types of arguments used
- [Overloading (chess)](/source/Overloading_(chess)), a tactical theme arising out of an opponent piece performing more than one defensive task in the game
- Overloading, in [weight training](/source/Weight_training), refers to performing exercises with higher resistance than the muscles can handle, causing microtrauma which leads to hypertrophy, or muscle growth

## See also

- [Overload (disambiguation)](/source/Overload_(disambiguation))
- [Overlay (disambiguation)](/source/Overlay_(disambiguation))
- [Overlap (disambiguation)](/source/Overlap_(disambiguation))

---
Adapted from the Wikipedia article [Overloading](https://en.wikipedia.org/wiki/Overloading) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Overloading?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
