Once a class implements an interface, all objects of that class have a(n) __________ relationship with the interface type.

a) has a
b) equals
c) is a
d) composition


c) is a

Computer Science & Information Technology

You might also like to view...

To dereference a structure pointer and simultaneously access a member of the structure, the appropriate operator to use is

A) the ampersand, &. B) an asterisk, *. C) the structure pointer operator, ->. D) the dereference operator, <-. E) None of the above

Computer Science & Information Technology

HTML has been used to create several markup languages, including MathML and CML.

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

Computer Science & Information Technology

The JOptionPane constant used to display an icon prompting the user for input is:

a. JOptionPane.ERROR_MESSAGE. b. JOptionPane.INFORMATION_MESSAGE. c. JOptionPane.QUESTION_MESSAGE. d. JOptionPane.WARNING_MESSAGE.

Computer Science & Information Technology

You determine which fields of information are displayed in the master page and which fields of information are displayed in the detail page when you set the ____ for the pages.

A. properties B. parameters C. styles D. behaviors

Computer Science & Information Technology