Pertaining to object oriented programming ___________ is provided by encapsulation, which protects an object’s private data from outside access. No object should be allowed to, or have the need to, access another object’s internal data or processes.

A.
Logical
B.
Deferred commitment
C.
Data hiding
D.
Naturalness
Explanation:
Data hiding is provided by encapsulation, which protects an object’s private data from outside access. No object should be allowed to, or have the need to, access another object’s internal data or processes.