+ 5
reverse overloading
we know that overload is a functions that have same name and different bodies is there any thing conversely like functions that have the same body and parameters and different names
2 Respostas
+ 2
I have a function add and overloaded operator +=
so I am looking for something better that passing the same arguments twice
0
Um...that would just be the same function with a different name. How might that be useful?