Multiple choice

The term ____________ refers to the degree of one class using members of another class

  1. cohesion

  2. coupling

  3. polymorphism

  4. overloading

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

Coupling refers to the degree of one class using members of another class; low coupling is preferred.