Which of the following terms does not describe a relationship between classes?

(A) use
(B) subclass
(C) inheritance
(D) containment


(B) subclass

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment?

int p = 5, t = 2, c = 0; while (c < 3) { p *= t; c++; } cout << p; a) 10 b) 20 c) 40 d) 80

Computer Science & Information Technology

The maximum data rate of a an 802.11ad WLAN is

a. 24 Mbps b. 36 Mbps c. 11 Mbps d. 54 Mbps e. 9 Mbps

Computer Science & Information Technology

Which of the following data types can be used to represent integers?

a. char b. long c. short d. All of the above.

Computer Science & Information Technology

Deleting a node that has two children offers an opportunity to use

a. a function that returns a pointer to a pointer b. a function parameter that is a pointer to a pointer c. double indirection d. All of these e. None of these

Computer Science & Information Technology