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