Computer Science, asked by Velavan216, 4 days ago

In which place we want to use Encapsulation​

Answers

Answered by eshankhiregoudar
0

Answer:

Encapsulation is used to hide the values or state of a structured data object inside a class, preventing direct access to them by clients in a way that could expose hidden implementation details or violate state invariance maintained by the methods.

Similar questions