Question: public static void functionl (object 0 , long x, int y ) {} public static void functionl (string s, int x, int y ) {}

public static void functionl (object 0 , long x, int y ) {} public static void functionl (string s, int x, int y ) {} a) If it is given the following variable declarations: String stri int a; long b; Which of the above method definition would match with the following method call/invocation? Explain your answer. function1 (str, b, a) : (3 marks) b) What is the concept demonstrated for the above method definitions? (1 mark)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
