Solved

Consider the Following Code Snippet

Question 91

Multiple Choice

Consider the following code snippet:
Public class PowerBoat extends Vessel
{
Private Engine[] engines;
) . .
}
This code is best described as an example of ____.


A) Inheritance and multiplicities.
B) Aggregation and association.
C) Inheritance and aggregation.
D) Inheritance and dependency.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions