Computer Science, asked by nikhil2575kum, 11 hours ago

Define encapsulation​

Answers

Answered by mafiaboy95
0

Explanation:

Encapsulation is one of the fundamentals of OOP (object-oriented programming). It refers to the bundling of data with the methods that operate on that data. Encapsulation is used to hide the values or state of a structured data object inside a class, preventing unauthorized parties' direct access to them.

Similar questions