Which term is accurately described by the phrase: 'For a component to be composable, every external interaction must occur solely via publicly specified interfaces'?

Choose the correct answer

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.

Which term is accurately described by the phrase: 'F… — Advanced Software Engineering | PakQuizHub