encapsulation
RU: инкапсуляция
An object-oriented principle that bundles data and the methods that operate on it into a single unit, while hiding internal state from outside code. External code interacts only through a defined public interface, which limits coupling and protects invariants.