Data encapsulation is a concept of binding data and code in
single unit called object and hiding all the implementation details of a class
from the user. It prevents unauthorized access of data and restricts the user
to use the necessary data only.
Loading
