Composition is sometimes referred to as a(n) ________.

a) is-a relationship
b) has-a relationship
c) have-a relationship
d) one-to-many relationship


b) has-a relationship

Computer Science & Information Technology

You might also like to view...

A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Write a script that calculates and displays the parking charges for each customer who parked a car in this garage yesterday. You should input from the user the hours parked for each customer. The program should display the charge for the current customer and should calculate and display the running total of yesterday's receipts. The program should use the function calculateCharges to determine the charge for each customer. Use the techniques described in Self- Review Exercise 16.6 to obtain the

What will be an ideal response?

Computer Science & Information Technology

In Design view, you convert a text box to a combo box by right-clicking the text box, selecting ________, and then clicking Combo Box from the shortcut menu

A) Change To B) Create C) Make D) Convert To

Computer Science & Information Technology

When you ____ text, it is distorted horizontally and/or vertically and is sometimes skewed as if viewed from a different angle.

a. transmogrify b. distress c. warp d. skew

Computer Science & Information Technology

An image map contains one or more invisible regions, called ____, which are hyperlinked.

A. slices B. indices C. hot spots D. filters

Computer Science & Information Technology