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

a. is-a relationship
b. has-a relationship
c. many-to-one relationship
d. one-to-many relationship


b. has-a relationship

Computer Science & Information Technology

You might also like to view...

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

1. Constructors are inherited. After all something has to initialize the inherited variables. 2. When class D is derived from class B, the derived class is usually smaller. Explain. 3. If B is a base class of D, then D’s members cannot access the private data members of B without regard to the kind of inheritance. 4. If B is a base class of D, then D’s members cannot invoke private member functions of B without regard to the kind of inheritance. 5. If B is a public base class of D, then D’s members cannot invoke public members functions of B.

Computer Science & Information Technology

What does Transparent Application Failover (TAF) do?

What will be an ideal response?

Computer Science & Information Technology

To create an electronic version of your VBA code window, press the:

A) Clipboard. B) printer button. C) PrintScreen key. D) Save button.

Computer Science & Information Technology

Classful routing protocols can be used in networks with either discontiguous subnets or networks using variable length subnet masks (VLSM).

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

Computer Science & Information Technology