Encapsulation
Term side of the Card
Topic: OOP
Unit title: Encapsulation
Categories: Concept
Explanation side of the Card
Explanation: The technique used in object-oriented programming to group related data and functions together. It helps protect an object's internal state by restricting direct access to its data and only allowing interaction through well-defined methods.