Question: Consider the following two classes public class A public int method1 (int x) (return 2:) public class B extends A Which of the following could
Consider the following two classes public class A public int method1 (int x) (return 2:) public class B extends A Which of the following could be the signature of a method in class A that correctly overloads method10 in class A? 1) public int method1(String x) 2) public int method1lint v)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
