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 objectoriented 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 of them
Create a main file and test your program.
Sample Output
Number of Grades Per Course:
Course Name:
MIH
Highest rade:
Lowest Grade:
Average Grade:
Course Name:
CSC
A Percentage:
B Percentage:
C Percentage: quad
D Percentage: quad
F Percentage: quad
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
