Function Overloading in C++ - TechRepublic
Question
December 9, 2021 at 02:54 PM
wirednready

Function Overloading in C++

by wirednready . Updated 4 years, 6 months ago

Here in this article – https://www.scaler.com/topics/difference-between-function-overloading-and-overriding-in-cpp/#function-overloading-in-c++ it says C++ allows function overloading then lets say if we have a function area(int l) and area(float f) then will my code work?

All Comments