## What occurs in the **Synchronous Object Access** pattern? --- 🤝 Two or more **active objects** share data through a **passive object**. Because the data is shared, **mutual exclusion (mutex)** is strictly required.