Multiple choice

What can a permanent connection between two classes be called?

  1. Aggregation

  2. Dependency

  3. Inheritance

  4. Overloading

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Aggregation represents a 'has-a' relationship where one class contains another, but the contained object can exist independently of the container.