CS Electrical And Electronics
@cselectricalandelectronics

Which of the following statements describe the Low Coupling principle of the GRASP approach to object-oriented design?

All QuestionsCategory: Cpp LanguageWhich of the following statements describe the Low Coupling principle of the GRASP approach to object-oriented design?
Anonymous asked 3 years ago

Options:

  1. It makes objects easier to maintain
  2. It promotes the reuse of code
  3. It encourages objects to depend heavily on each other
  4. It makes it simpler to sync shared data between objects
  5. It reduces the impact that changing one object has on other objects

1 Answers
Best Answer
Anonymous answered 3 years ago
  1. It makes objects easier to maintain
  2. It promotes the reuse of code
  3. It reduces the impact that changing one object has on other objects