bn:01505556n
Noun Concept
Categories: Object-oriented programming, Programming principles
EN
encapsulation  Encapsulation in object-oriented programming  private state
EN
In software systems, encapsulation refers to the bundling of data with the mechanisms or methods that operate on the data. Wikipedia
English:
programming
computer programming
computer science
object-oriented programming
Definitions
Relations
Sources
EN
In software systems, encapsulation refers to the bundling of data with the mechanisms or methods that operate on the data. Wikipedia
The combination of program code and data, and/or restriction of access to data except through dedicated code Wikipedia Disambiguation
Grouping together an object’s ‘state’ (its data) and the operations that may alter or interrogate it (its methods). Wiktionary