Hactoberfest2021
Hactoberfest2021 copied to clipboard
Want to add function overloading program in C++ to find the area of a rectangle.
Bro, I want to contribute in this issue but I didn't get it can you please explain. I am a beginner so can you please explain in what means you need a overloading function.
Bro, I want to contribute in this issue but I didn't get it can you please explain. I am a beginner so can you please explain in what means you need a overloading function.
Buddy , function overloading is a feature of oops , it means two functions can have the same name but different parameters. I encountered a question on function overloading in Hackerrank , and the concept was new to me so i just thought of making a contribution on this thing only ! You can create you own issues and then once you are assgined the issue can work on that one . I am not that great either .... for more explanation you could refer this documentation from GFG https://www.geeksforgeeks.org/function-overloading-c/
ok bro, i will try it