Multiple choice

The details of the implementation of interfaces are

  1. hidden

  2. transparent

  3. visible

  4. none of these

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

In a layered architecture, the implementation details of a layer are hidden from the layers above it. The higher layer only interacts with the interface, which provides an abstraction of the services provided by the lower layer.