Multiple Choice
Which of the following code snippets denotes that the Fleet class aggregates the Taxi class?
A) public class Fleet extends Taxi
B) public class Taxi extends Fleet
C) public class Fleet
{
Private ArrayList<Taxi> taxicabs;
}
D) public class Taxi
{
Private Fleet myFleet;
}
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Consider the following code snippet: public class
Q5: Which of the following code snippets denotes
Q6: Which statement correctly describes the class relationship
Q9: _ relationships come from the collaboration columns
Q9: You are designing an application to support
Q10: Given the following diagram showing class relationships:
Q17: You are designing a software solution for
Q20: Classes often correspond to _ in a
Q22: After you have identified a set of
Q30: _ is often described as the is-a