Computer Science, asked by khushi461, 1 year ago

What is an encapsulation

Answers

Answered by ajstyle2
1
the action of enclosing something in or as if in a capsule.

khushi461: Easy answer
Tx
Answered by cyrusbishop
2

Answer:

The system of wrapping data and functions into a single unit is known as encapsulation.

In object Oriented Programming, data cannot move freely from function to function. They are kept in the corresponding classes in such a way that they will not be accessible to the outside world except by using them through the related function.

Similar questions