Multiple Choice
Consider the following code snippet: public class Manager extends Employee
{
Private Project[] projects;
Private Address address;
) . .
}
Which of the following statements is NOT correct?
A) Manager inherits from Employee.
B) Address aggregates Manager.
C) Manager aggregates Address.
D) Manager aggregates Project.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: You have determined a need for a
Q18: Given the following diagram showing class relationships:
Q19: Consider the following code snippet: public class
Q21: Suppose you are developing a payroll application
Q23: You are designing a software solution for
Q25: Consider the following code snippet: public class
Q31: Before you begin designing a solution, you
Q69: A Quiz class contains an array of
Q76: If many classes of a program depend
Q93: During the implementation phase, which of the