__________ is the term for the relationship created by object aggregation.

a. "Has a"
b. Inner class
c. "Is a"
d. One-to-many


a. "Has a"

Computer Science & Information Technology

You might also like to view...

Variables defined inside a set of braces are said to be _______ to that block of code.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To move to the previous slide in Slide Show view, _____________.

A. click the right mouse button B. press the left-arrow key C. either a or b D. neither a nor b

Computer Science & Information Technology

Define viewport:

a. Makes min-width and max-width media queries work in older versions of IE. b. Each width at which content would benefit from adjustment. c. Free, browser-based tool that provides views that map to a few popular device sizes. d. Area within browser that displays page, both on desktop and mobile browsers.

Computer Science & Information Technology

Which of the following will assign the variable named timCall to the sentence: Tim called, "Lassie, come home!"

a. var timCall = Tim called, "Lassie, come home!"; b. var timCall = "Tim called, "Lassie, come home!"; c. var timCall = (Tim called, "Lassie, come home!"); d. var timCall = 'Tim called, "Lassie, come home!"';

Computer Science & Information Technology