Multiple choice technology programming languages

The idea of hiding data that are not needed for presentation is

  1. Encapuslation

  2. Abstraction

  3. Information Hiding

  4. Polymorphism

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

Abstraction focuses on exposing only essential features while hiding implementation details. It's about showing what an object does rather than how it does it. Encapsulation is about bundling data and methods together, while information hiding is a related concept about restricting access to internal details.