Object-Oriented Programming (OOP)
The following statement describes a specific concept. What is it called? a relationship between two separate classes that establishes a connection through their objects.
- A. Static member
- B. Association ✓
- C. Instance variable
- D. Composition
Correct answer
B. Association
Explanation
Association refers to a relationship between two separate classes that establishes a connection through their objects.