C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
|
| < Day Day Up > |
|
-
A class built from other class types is referred to as an ___________________.
-
List the two types of aggregation.
-
Discuss each of the types of aggregation you listed above in terms of what role part objects play in each.
-
In this type of aggregation, part objects belong solely to the whole or containing class. Name the type of aggregation.
-
In this type of aggregation, part object lifetimes are not controlled by the whole or containing class. Name the type of aggregation.
-
What does the line drawn between classes in a UML class diagram denote?
-
What type of aggregation does a solid diamond indicate when attached to one end of an association line?
-
What type of aggregation does a hollow diamond indicate when attached to one end of an association line?
-
In a UML class diagram, the aggregation diamond is drawn closest to which class, the whole or the part?
-
What is the purpose of a UML sequence diagram?
|
| < Day Day Up > |
|