10 lines
No EOL
224 B
Markdown
10 lines
No EOL
224 B
Markdown
|
|
How does communication differ between **Active** and **Passive** objects?
|
|
|
|
---
|
|
|
|
💬
|
|
|
|
- **Active to Active**: Asynchronous communication.
|
|
- **Active to Passive**: Synchronous communication (e.g., a standard method call).
|
|
|