Question: may you please help me program this in c + + . please see picture Abstract Classes / Pointers Exercise Create a program using object
may you please help me program this in c please see picture
Abstract Classes Pointers Exercise
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 Polvmorphism 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 mathbf of them
Create a main file and test your program.
Sample Output
Submit your cpp and h files.
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
