1
What is data encapsulation?
What is data encapsulation?
"Data Encapsulation"

Encapsulation means to hide the internal details and provide a medium to access it. It is a fundamental concept of object-oriented programming language (OOP’s). It is used to describe the binding of data and method in a single unit.