3303-flashcards/hATaBiZQ - 3303/vwJrzYX0 - What is the difference between how Simple and Complex Algorithms are encapsulated.md
2026-04-20 23:08:47 -04:00

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).