Question: Use C++ to create a class called Course, which represents the course offered at ECE. A course is defined with the following attributes: code (string),

 Use C++ to create a class called Course, which represents the

Use C++ to create a class called Course, which represents the course offered at ECE. A course is defined with the following attributes: code (string), name (string), description (string), and a list of students registered in the course (array of type Student from previous question). You can assume that a course cannot have more than 20 registered students. The member functions of the class Course must perform the following operations . - Return the course code Return the course name Modify the course name . Return the course description Modily the course description Add a student to the course Remove student from a course - Search d a student with a certain id number is registesed in the course Output list of student Output the number of registered students Test your class by prompting the user to enter information about one course and four students. Create the course object tour objects of the class Students. Register the students in the course. Test the member functiondlt the class. Deliverablos: A file called student.h that contains the specification of the class. .A ile called student.cpp that contains the implementation of the member functions of the class A tile called course.h that contains the speofication of the class A tite called course.cpp that contairs the implementation of the member functions of the class A file called testcourse.cpp that contains the man function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!