Question
-
Topic
-
Function Overloading in C++
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 Answers
Viewing 0 reply threads