Computer Science, asked by balaji6262, 11 months ago

Which property of oop means wrapping up or binding related properties and methods in a single program module?

Answers

Answered by gurukulamdivya
0

Answer:

Encapsulation is defined as the wrapping up of data under a single unit. It is the mechanism that binds together code and the data it manipulates.Other way to think about encapsulation is, it is a protective shield that prevents the data from being accessed by the code outside this shield.

Similar questions