Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 291 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 291 Bytes

CPP_Overloading_Function

Function overloading is a feature in C++ where two or more functions can have the same name but different parameters. Function overloading can be considered as an example of polymorphism feature in C++. Function overloading brings flexibility in C++ programs.