Suppose that Point is a generic type, and that we have a method of the form

```
void printPoint(Point p)
{
// Code not shown
}

```

A) We will get a compiler error unless we declare the method abstract
B) We may pass any object as an actual parameter for p
C) We may only only pass Number objects as parameters for p
D) None of the above

B) We may pass any object as an actual parameter for p

Computer Science & Information Technology

You might also like to view...

Text boxes and their label controls must be formatted together

Indicate whether the statement is true or false

Computer Science & Information Technology

The speed and ________ of the swipe often control the amount of movement on screen

Fill in the blank(s) with correct word

Computer Science & Information Technology