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
Q7: Which of the following code snippets denotes
Q38: In a UML diagram, an interface implementation
Q43: Given the following diagram showing class relationships:
Q43: How does a UML diagram denote classes
Q46: Consider the following code snippet:<br>Public class Motorcycle<br>{<br>Private
Q56: When documenting discovered classes and methods during
Q75: Which of the following can be used
Q82: You are designing a software solution for
Q96: Which of the followings statements about class
Q101: Which of the following statements about class