Computer Science, asked by yashsoni66, 10 months ago

what is function overloading in c++ computer science​

Answers

Answered by Anonymous
2

Answer:

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.

Answered by 123raahatpathak
1

|

|

|

you already have your answer

Similar questions