Computer Science, asked by nikhil724, 1 year ago

Define Encapsulation?

Answers

Answered by Anonymous
0
Encapsulation-- the action of enclosing something in or as if in a capsule.
Answered by Pavannn
3
Encapsulation in Java

Encapsulation is defined as the wrapping up of data under a single unit. It is the mechanism that binds together code and the data it manipulates.Other way to think about encapsulation is, it is a protective shield that prevents the data from being accessed by the code outside this shield

In dictionary
it means--the action of enclosing something in or as if in a capsule
Similar questions