Encapsulation
Encapsulation is the practice of bundling data and the methods that act on it inside one unit (like a class) and restricting direct outside access to the data.
Encapsulation is the practice of bundling data and the methods that act on it inside one unit (like a class) and restricting direct outside access to the data.