Multiple choice What can a temporary connection between two classes be called? Aggregation Dependency Inheritance Overloading Reveal answer Fill a bubble to check yourself B Correct answer Explanation A dependency represents a temporary relationship where one class uses another class, often as a parameter in a method or a local variable.