Multiple choice

The details of data structures and algorithms are confined within modules. This phenomenon is known as _________.

  1. information hiding

  2. information closing

  3. information capsuling

  4. none of these

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

Information hiding is the principle of concealing implementation details within modules. It reduces complexity and increases modularity by exposing only necessary interfaces.