7 lines
220 B
Markdown
7 lines
220 B
Markdown
|
|
|
|
## Which well-known design pattern is used to implement **Subscription/Notification**?
|
|
|
|
---
|
|
|
|
🔔 The **Observer Pattern**: A publisher sends messages to a group without needing to know specific individual recipients.
|