Which term is accurately described by the phrase: 'For a component to be composable, every external interaction must occur solely via publicly specified interfaces'?
Explanation
The correct answer is 'Composable' because composability requires that all external communications with the component happen through clearly defined public interfaces, ensuring proper integration and reuse. Other options like 'Uniform' and 'Autonomous' do not capture this specific requirement.