Multiple choice What can a permanent connection between two classes be called? Aggregation Dependency Inheritance 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.