what is encapsulation
Answers
Answered by
0
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
1
Explanation:
:
Encapsulation is one of the fundamental concepts in object-oriented programming (OOP). It describes the idea of bundling data and methods that work on that data within one unit, e.g., a class in Java.
please mark my answer brainliest answer
Similar questions