Skip to content

This project implements a student grade management system using object-oriented programming (OOP) principles in CPP. This repository serves as a practical demonstration of OOP concepts in a real-world scenario of academic grade management

Notifications You must be signed in to change notification settings

Shashank-grd/Student-Grade-Management-System-with-all-OOP-Concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Student Grade Calculator

This C++ program calculates the final grades of students for a particular subject based on their performance in tests, practicals, and attendance. It utilizes object-oriented programming principles to organize student data and calculate grades accordingly.

Objective

The main objectives of this program are:

  • To calculate the final grade of each student based on their performance in tests, practicals, and attendance.
  • To sort and display student grades in different orders as required.
  • To provide a search functionality to find the grade of a specific student.

Features

  • Object-oriented design with classes representing students, their test scores, practical marks, attendance, and total grades.
  • Separate classes for faculty and administration to handle assignment of marks and student information entry, respectively.
  • Sorting of student grades by grade and name.
  • Searching for a student's grade based on their first name.

Contributors

About

This project implements a student grade management system using object-oriented programming (OOP) principles in CPP. This repository serves as a practical demonstration of OOP concepts in a real-world scenario of academic grade management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages