The class


public class Point3D extends Point
{
}

is an example of
A) a generic class extending the class Number
B) a generic class extending a non-generic class
C) a generic class extending another generic class
D) a non-generic class extending a generic class


C) a generic class extending another generic class

Computer Science & Information Technology

You might also like to view...

You can add a(n) ________ to a report or change the background color of a report using the same techniques you used in forms

A) command button B) bound control C) unbound control D) background picture

Computer Science & Information Technology

To determine whether a reference variable that points to an object is of a particular class type, Java provides the operator instanceof.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A Case structure is limited in most languages to integers (whole numbers), text characters and decimal numbers.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A(n) ________ cell is a cell whose value depends on the value in the active cell for its result

Fill in the blank(s) with correct word

Computer Science & Information Technology