?_____ describe what objects need to know about each other, how objects respond to changes in other objects, and the effects of membership in classes, superclasses, and subclasses.

A. ?Instances
B. ?Relationships
C. ?Aggregates 
D. ?Clusters 


Answer: B

Computer Science & Information Technology

You might also like to view...

The advantages of using typedef do not include:

a. Making programs more portable by allowing data types to be easily changed to meet system specifications. b. Making type names shorter. c. Making programs more readable. d. Increasing the efficiency of accessing struct member variables.

Computer Science & Information Technology

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

1. An array has only one public instance variable, which is named length. 2. An arrays length instance variables value can be changed by a program.

Computer Science & Information Technology

When using the BorderLayout manager, how many components can each region hold?

A) 1 B) 2 C) 5 D) No limit

Computer Science & Information Technology

Use the ______ tag to configure a generic area on a web page that is embedded within a paragraph or other block display element.

a. ```

``` b. ``` ``` c. ``` ``` d. ``` … ```

Computer Science & Information Technology