Given main(), define a course base class with functions to set and get the private data members of the following types: string to store the course number and string to store the course title.
A) setCourseInfo, getCourseInfo
B) setCourseData, getCourseData
C) setInfo, getInfo
D) setData, getData