Question: Language is C++ 3) Write a class called Boss. This class has a name and job Title as attributes. This class should have a default
Language is C++

3) Write a class called Boss. This class has a name and job Title as attributes. This class should have a default constructor, appropriate set and get methods, and a method to print the Boss's data to the screen. Write the code for this class and its methods. 4) Now write a short complete program that creates an array of 20 Boss objects, and then asks the user to enter in the data for each of these 20 Bosses (you will need to ask for the values then place them in the objects with the set methods). The program should conclude by calling the display method for each object in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
