#ITE-6104
Awesome StudentQuestion • Computer Programming 2

Which of the following shows a valid Overloading method?

Answer

void test(char x, int y){} void test(int x, char y){}