Computer Science, asked by T4Talent, 1 year ago

Define Encapsulation.

Answers

Answered by kavya110
4
Encapsulation is defined as wrapping up of data and information under a single unit. 
Answered by cyrusbishop
0

Answer:

A class encapsulation is the system of wrapping data and functions into a single unit.

Explanation:

Encapsulation is most often achieved through information hiding, which is the process of hiding all the secrets of an object that do not contribute to its essential characteristics.

The structure of an object is hidden, as well as the implementation of its methods.

Similar questions