what is function overloading in c++ computer science
Answers
Answered by
1
Explanation:
Function overloading means when you use same function name but different argument list in a program
Answered by
1
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++. Following is a simple C++ example to demonstrate function overloading
Google copied ✔️✔️
please mark brainliest
Similar questions