Computer Science, asked by rengarajp73, 7 hours ago

WHAT IS ENCAPSULATION​

Answers

Answered by Rockkbison
11

Answer:

In object-oriented computer programming languages, the notion of encapsulation (or OOP Encapsulation) refers to the bundling of data, along with the methods that operate on that data, into a single unit.

Answered by adwaith784
0

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.

Similar questions