Question: ation about all students PRG-7. Design a class named Course with two data members: name and units. Then design a class named Student with three

ation about all students PRG-7. Design a class named Course with two data members: name and units. Then design a class named Student with three data members: name, gpa, and a list of courses taken. The list must be implemented as an array in heap memory. Create constructors, destructor, and all necessary member functions for the operation of the Course and Student class. Test both classes in an application program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
