Computer Science, asked by guuuttf5677, 29 days ago

what is encapsulation​

Answers

Answered by pratzzchaudhry
1

Answer:

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.

Answered by samruddhishitole4546
3

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.

Please mark me the brainliest

hit like

Similar questions