encapsulation
UK/ɪn,kæpsə'leɪʃən/US/in,kæpsju'leiʃәn/
C2
释义
n.
The act of enclosing in a capsule; (computing) bundling data with the methods that operate on it
封装;(计算机)将数据与操作方法捆绑在一起
词根拆分
词根派生encapsulate + -ation(……的行为)。在编程中指把数据「封」在对象内部、外部无法直接触碰的做法。见 encapsulate。
词根 cap 还连着 163 个词常用搭配
- 1.data encapsulation数据封装
- 2.encapsulation of data数据的封装
例句
- 1.
Encapsulation hides an object's internal data from other code.
封装把对象的内部数据对其他代码隐藏起来。