Encapsulation
Encapsulation or Data hiding or Information hiding.
In Object-oriented Programming Encapsulation is a technique to hide or restricted the access to the properties and behaviours of an object.
Also,
Encapsulation is a process of wrapping code and data together into a single unit, for example a capsule in which mixed of several medicines.
Encapsulation mechanism keeps the data and the code safe from external interference.
Example :
Access restriction to the properties and methods by using the keywords private, public, protected in a class.
Webster Dictionary Meaning
1. Encapsulation
- The act of inclosing in a capsule; the growth of a
membrane around (any part) so as to inclose it in a capsule. Category: Computer Programming
Previous: ← Polymorphism
Next: Abstraction →
More from this Section
- Arithmetic unit
Arithmetic unit is the unit of the computer that performs mathematical computations on ... - Median
Median is the point in a distribution of scores that divides the distribution precisely ... - Lisp Programming
Because of the ease with which it can handle complex data structures, Lisp is used for ... - Object-Oriented Programming
Object-oriented programming (OOP) is defined as a concept of programming based on objects in ... - Computer Programming
Computer programming can be defined as creating or writing a sequence of instructions ...