This project is a simple Student Management System built using C++ and Object-Oriented Programming (OOP) principles.
:It allows users to
.Add new students with personal details (ID, name, grade, department, and address)
.View all registered students in a structured format
.Delete a student by their ID
:The project demonstrates
.Encapsulation (using private data members and public setters/getters)
.Constructors (default and parameterized)
.++Use of struct, Enum, and classes in C
.Basic menu-driven console application