Function Overloading in C++. Function overloading, also known as polymorphic functions, allow us to create multiple functions of the same name but with different parameters. Hence the term polymorphic, which means many forms in greek. We can define functions with different number of parameters as well as different parameter types.

If you need to review these topics:
Functions: https://youtu.be/65PSQUdH5k0
Pass by Value vs Reference: https://youtu.be/77XcoXwoK2c

C++ Playlist:
https://www.youtube.com/playlist?list=PLnKe36F30Y4ZDNIOZ51sX25pWKQ1pkpTE

Github Repo for C++ Code:
https://github.com/ImKennyYip/cpp

Install C++ with VS Code:
https://youtu.be/DMWD7wfhgNY

Subscribe for more coding tutorials !