java Encapsulation Project ๐
This is a simple Java project demonstrating Encapsulation โ one of the core principles of Object-Oriented Programming (OOP).
๐ Project Description
In this project, we have a Human class that encapsulates its data using:
- Private variables (name, age, grade)
- Public getter and setter methods to access and modify data.