6 lines
198 B
Markdown
6 lines
198 B
Markdown
|
|
Can an **Entity Object** initiate communication with a **Boundary Object**?
|
|
|
|
---
|
|
|
|
❌ **No.** Communication between data (Entity) and the interface (Boundary) must be mediated by a **Controller**.
|