Multiple choice

Encapsulation also means ______

  1. abstraction

  2. data hiding

  3. information access

  4. none of these

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

Encapsulation means hiding internal object state and requiring all interaction through object methods. Data hiding prevents external code from directly accessing or modifying internal data, maintaining integrity and allowing implementation changes without affecting clients.