gonzalesanna57 gonzalesanna57 10-11-2022 Computers and Technology contestada Given main(), define a Course base class with functions to set and get the courseNumber and courseTitle. Also define a derived class OfferedCourse with functions to set and get instructorName, term, and classTime. c++