Multiple choice technology programming languages

Component implementations are visible to all other components.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Component implementations are NOT visible to other components. This is a fundamental principle of CBD - only the interface is exposed, while the internal implementation remains hidden. This encapsulation allows components to be developed and modified independently as long as they adhere to the interface contract.