Object-Oriented Programming (OOP)

Select the correct name for: the practice of restricting direct access to an object's internal data to protect it from unintended interference.

Correct answer

D. Data hiding

Explanation

Data hiding refers to the practice of restricting direct access to an object's internal data to protect it from unintended interference.