encapsulation
US /ɪnˌkæp.sjəˈleɪ.ʃən/
UK /ɪnˌkæp.sjəˈleɪ.ʃən/

1.
2.
캡슐화
(in object-oriented programming) the bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components
:
•
Good encapsulation in programming leads to more maintainable code.
프로그래밍에서 좋은 캡슐화는 유지보수하기 쉬운 코드로 이어집니다.
•
The principle of encapsulation hides the internal implementation details of a class.
캡슐화 원칙은 클래스의 내부 구현 세부 사항을 숨깁니다.