Your browser does not support JavaScript!

Which of the following shows Overloading method?

  • void test(int x){} void test(double x){} Correct
  • None of the above
  • void test(){} void test(){}
  • All of the above
  • void test(int x){} void test(int y){}
Similar ITE-6104 questions