Beginner Object-Oriented Programming Concepts
Q3 / 100

What does "encapsulation" mean in OOP?

Correct! Well done.

Incorrect.

The correct answer is B) Bundling data and methods that operate on that data within one unit, restricting direct access to internals

B

Correct Answer

Bundling data and methods that operate on that data within one unit, restricting direct access to internals

Explanation

Encapsulation hides an object's internal state and requires interaction through well-defined methods, protecting data integrity.

Progress
3/100