The _________ is the technique of hiding the internal implementation details of an object from its external view.

a. Update operation
b. Query operation
c. Constructor oferation
d. Encapsulation



Answer :

Answer:

The answer is d. Encapsulation.

Encapsulation is a fundamental concept in object-oriented programming that promotes data protection and modularity. It restricts direct access to an object's internal state and defines how the object interacts with the outside world through well-defined methods.

Explanation:

Answer:

c

Explanation:

constructor oferation

Other Questions