Your browser does not support JavaScript!

Which of the following shows a valid Overloading method? 

  • none of the choices
  • void test(int x){} void test(int y){}
  • All of the choices
  • void test(char x, int y){} void test(int x, char y){} Correct
  • void test(){} void test(){}
Feedbacks
AloneMite - 1 year ago
Downvoted this question
CleanBadger - 1 year ago
Downvoted: its wrong
Similar ITE-6104 questions