Multiple choice

Information hiding means hiding the information which __________.

  1. is relevant to the user

  2. is not relevant to the user

  3. may be maliciously handled by the user

  4. is confidential

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

Information hiding is a design principle where internal implementation details are encapsulated. The goal is to prevent users from accessing or manipulating internal data structures that could lead to system instability or malicious interference.