Multiple choice Information hiding means hiding the information which __________. is relevant to the user is not relevant to the user may be maliciously handled by the user 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.