Skip to content

task-01: implement student class encapsulation

Bassam Sohail Raja requested to merge task/01-Encapsulation into main

For task 1, implemented a Student class with private field encapsulation, ensuring access through getters and setters only.

Merge request reports