Language C++, Objected Oriented, Software Design & Analysis Functionalities:
- Academic officer can add/remove/update information of a new course into the system
- He can add information of a new section into the system
- A student may register a new course
- He/She may view her transcript (containing her CGPA)
- A teacher may set evaluation criteria for a course (number and types of evaluations along with weights)
- He/She may enter marks
- He/She may view a student's performance report (including marks obtained in each evaluation along with a total)
Three-tier architecture. Data from interfaces shall move into the objects, which later can be saved in files. Objected Oriented Progamming, Data Structures and Software Design & Analysis Concepts implemented.