✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
A developer is architecting a biometric security vault. To verify a user’s identity, the Scanner class must pass three raw coordinate values to the Authenticator class. However, the system only works if the coordinates are passed in a specific index order: [0] for retinal width, [1] for iris depth, and [2] for pupil dilation. If the internal array order is swapped for efficiency, the security check fails globally. According to the principles of Connascence, which specific type of coupling is being described here?