Multiple choice technology programming languages

Component A dependent on another Component B can access all Operations defined in B

  1. True

  2. False

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

In component-based design, components encapsulate their internal implementation details. A dependent component A can only access operations that component B explicitly exposes through its public interfaces, rather than all internal operations defined within B. This encapsulation ensures loose coupling.