WHAT IS ENCAPSULATION
Answers
Answered by
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
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