Discussion Questions What is the difference between a base class and a
Discussion Questions What is the difference between a base class and a derived class?What do the terms ‘directly derived’ and ‘indirectly derived’ meanLab ActivityModify a C++ program to code derived classes. This will focus on constructors and destructors.To complete this activity, please refer to: Programming Problems 13.1, page 618, #4.You will modify a C++ program to add methods for inheritance..To complete this activity, please refer to: Programming Problems 13.2, page 629, #4.Submission Instructions: ***NOTE: For all C++ assignments, include a screenshot of your C++ program in the Visual Studio window along with the output showing or submit the actual program file. Do this for all labs.