Multiple choice

Composition is also known as the

  1. knows-a relationship

  2. has-a relationship

  3. uses-a relationship

  4. is-a relationship

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

Composition is a design principle where a class contains references to other objects, representing a 'has-a' relationship. Inheritance represents an 'is-a' relationship.