0
While overloading a function of two perametres,will it overload if I use two parametres of diffrent variable???
for example: void fnc(int a, float b); void fnc (float b, int a); will these functions overload???
3 Antworten
+ 7
Yes =^=
+ 4
"Overloading is possible provided the parameter list is different, including order."
Source: http://stackoverflow.com/a/25840345
So yes, it will overload 👍
+ 2
@Hatsy Rei agrees so I must be right 😎