Look at the following method header:
void displayPoint(Point<? extends Number> myPoint)
Which of the following objects would we be allowed to pass as an argument to the displayPoint method? (Select all that apply.)
a. Point<Number> p;
b. Point<Integer> p;
c. Point <Double> p;
d. Point <String> p;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.