10 lines
No EOL
286 B
Markdown
10 lines
No EOL
286 B
Markdown
|
|
What is the difference between how **Simple** and **Complex Algorithms** are encapsulated?
|
|
|
|
---
|
|
|
|
🧮
|
|
|
|
- **Simple**: Often encapsulated directly within **Entity objects**.
|
|
- **Complex**: Placed in a **separate class** that interacts with multiple objects (similar to a coordinator).
|
|
|