ONLINE Course Registration SYSTEM
ASAP!!
need a class diagram
its an ONLINE Course Registration SYSTEM
where students can chose themselves which course they want for there semester
Summary of Project:
This project demonstrates the basic concepts of OOP used to design a console based University Course
Registration System containing 5 classes and
facilitates students to view courses available, add and remove classes, register and withdraw from
classes. It also allows to add new students, remove students, and print their summary.
Planned Classes:
1. Registration: This is the abstract class for this project. It stores the course list and student list and
includes the member functions to carry out the core operations in a student registration system like registering a class, withdrawing from a class, adding a new course, removing an existing course and more described later in this proposal.
2. CoursesList: This class contains a vector of all courses. It also contains overloaded operators to
add the course to the vector.
3. StudentList: This class contains a vector of all students. It also contains overloaded operators to add the students to the vector.
4. Course: This class will store the data members of a course offered by the university. It consists of course information, member functions to access them and function to set a new course.
5. Student: This class will store the data members of a student admitted to the university. It consists of student information, member functions to access them and function to add and remove students.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images