Question: C++ programming Write a program which has a class called Course with the hierarchy of picture. Use your class in main function and initialize all

C++ programming
Write a program which has a class called Course with the hierarchy of picture. Use your class in main function and initialize all the fields. Hint: You must declare class Instructor and Students first, then use them in the Course class. You can see the Lec 10 Example 2 Rectangle Example Note: Initialize your Course variable inside of the main body with arbitrary values, you can use for loop for this purpose. You are not required to have initialization function. Course string name nstructor string name int DTN L Students [10] string name int DTN int grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
