Multiple Choice
Which of the followings statements about class relationships is correct?
A) Inheritance represents the is-a relationship, while aggregation represents the has-a relationship.
B) Inheritance represents the has-a relationship, while dependency represents the uses relationship.
C) Aggregation represents the is-a relationship, while inheritance represents the uses relationship.
D) Aggregation represents the has-a relationship, while dependence represents the is-a relationship.
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following most likely indicates
Q7: The textbook recommends a five-part program development
Q8: You are designing a software solution for
Q43: How does a UML diagram denote classes
Q66: A UML class diagram would be most
Q92: Given the following diagram showing class relationships:
Q93: Consider the following code snippet: public class
Q99: In general, you need _ when an
Q100: If you have parallel arrays or array
Q101: Which of the following statements about class