Encapsulation

Home > Computer Science > Software Engineering > Object-Oriented Programming (OOP) > Encapsulation

The concept of combining data and behavior within a single unit (class) and hiding them from external access.