Multiple choice

The specification of the interfaces are

  1. visible

  2. hidden

  3. transparent

  4. none of these

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

In software engineering and object-oriented design, interface specifications must be visible to clients so they know how to interact with a module or component, while the implementation details remain hidden.