Student Management System using C++
This is a console-based application developed using C++ and Object-Oriented Programming concepts.
Technologies used:
- C++
- Object-Oriented Programming (OOP)
Features:
- Add, update, and delete student records
- Store student data such as name, ID, and grades
- Organized structure using classes and objects
- Simple and efficient data handling
This project demonstrates my understanding of OOP concepts, clean code structure, and logical problem solving.