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: