Question: Given main(), define a Course base class with functions to set and get the course Number and course Title. Also define a derived class

Given main(), define a Course base class with functions to set and get the course Number and course Title. Also define a derived class OfferedCourse with functions to set and get instructorName, term, and class Time. Ex. If the input is: ECE287 Digital Systems Design ECE387 Embedded Systems Design Mark Patterson Fall 2018 WF: 2-3:30 pm the output is Course Information: Course Number: ECE287 Course Title: Digital Systems Design Course Information: Course Number: ECE387 Course Title: Embedded Systems Design Instructor Name: Mark Patterson Term: Fall 2018. Class Time: WF: 2-3:30 pm 351772229393637 LAB ACTIVITY 5.26.1: LAB: Course information (derived classes) File is marked as read only 1 #include "offeredCourse.h" 2 3 int main() { 4 5 Current file: main.cpp - Course myCourse; offeredCourse myofferedCourse; 0/10 15. Turtle Graphics Drawings Use the turtle graphics library to write programs that reproduce each of the designs shown in Figure 2-34. Figure 2-34 Designs West North East +M South Show transcribed image text15.Turtle Graphics Drawings Use the turtle graphics library to write programs that reproduce each of the designs shown in Figure 2-34. Figure 2-34 Designs North West East South
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
