3303-flashcards/hATaBiZQ - 3303/vwJrzYX0 - What is the difference between how Simple and Complex Algorithms are encapsulated.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -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).