QuestionQ517
Software Development and DesignA developer has built a three-tier web application to control and manage network devices. The application includes multiple objects assigned to different functions. Its architecture is based on the Observer pattern. What advantage does this pattern offer for the application's design and architecture?
- A Independent observers are updated automatically.
- B It updates the state of dependent subjects directly.
- C One observer can query the state of other subjects
- D It decouples the subjects from the observers.
Community Discussion