Encapsulation

Home > Computer Science > Programming Languages > OOPS Concepts > Encapsulation

A way to group related data and methods together into a single unit, which is known as Class, to protect them from external access and ensure data privacy.