You are on page 1of 1

Overloading is the idea of having multiple functons that are the same name.

Each function must accept


different types or amount of types. This is how the compiler differentiates from overloaded functions.

You might also like