Computer Science, asked by XxbengalqueenxX, 1 month ago

what is encapsulation?​

Answers

Answered by Vivekkumar2269
5

Answer:

In object-oriented programming, encapsulation refers to the bundling of data with the methods that operate on that data, or the restricting of direct access to some of an object's components.

Answered by kanchanabandi2
3

Explanation:

Encapsulation is one of fundamental of OOP. It refers to bundling of data with methods that operate on that data

Similar questions