how is encapsulation implemented in software program ?
Answers
Answered by
1
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.
Answered by
2
Answer:
↓↓
Similar questions