Overloading - Nathan-Groves/2143-OOP-Groves GitHub Wiki

Refers to both function overloading and operator overloading. In functions, it is when functions have the same name but different parameters. For operators, it is used to allow for common functionalities like adding and subtracting.

This is an image