Computer Science, asked by snehasingh4247, 1 year ago

Explain encapsulation with the help of an example how it facsilates data absraction

Answers

Answered by mukesh366
0

In Object Oriented Programming, Encapsulation is defined as binding together the data and the functions that manipulates them. ... Here the data of sales section and the employees that can manipulate them are wrapped under a single name “sales section”. Encapsulation also lead to data abstraction or hiding.

Similar questions