Encapsulation (computer science)
Appearance
In computer science, encapsulation describes how objects contain and manipulate data. Encapsulated code can generally be rewritten without any need to rewrite the encapsulating code.
See also: instance variable, instance method