Question: Using C + + Create a program using object - oriented methodologies. The following classes are needed: Course ( base class ) ComputerScienceClass MathClass Your

Using C++
Create a program using object-oriented methodologies. The following classes are needed:
Course (base class)
ComputerScienceClass
MathClass
Your program should complete the following tasks:
Create derived classes for Computer Science and Math using your Course class.
Your courses should calculate the following using the list of grades provided:
Computer Science - calculates the percentage of each letter grade given.
Math - determines the highest, lowest, and average grades of the course.
Your program will use Runtime Binding or Runtime Polymorphism to display the
calculations of your derived classes.
Note: The number of grades per course may be provided using either a static, random,
or prompted number (You may choose and only need to use 1 of them)
Create a main file and test your program.
Sample Output
Number of Grades Per Course: 25
Course Name:
MIH161
Highest [rade: 99
Lowest Grade: 33
Average Grade: 71
Course Name:
CSC 222
A Percentage:
20%
B Percentage: 24%
C Percentage: quad12%
D Percentage: quad8%
F Percentage: quad36%
Using C + + Create a program using object -

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 Programming Questions!