Question: C++ Visual Studio I dont need the code I just need the inheritance diagram and output image Design an application that has 6 classes; MyDate,
C++ Visual Studio
I dont need the code
I just need the inheritance diagram and output image

Design an application that has 6 classes; MyDate, Person, Student, Employee, Faculty, Staff. - Person class has two derived classes named Student and Employee. - Faculty and Staff derived classes of Employee. - MyDate class contains the integer fields; year, month, and day. - Person has a name (string), birth date (MyDate), phone number (string), and email address (string). - Student has a grade status (freshman, sophomore, junior, or senior) this should be an enumerated type and a GPA (double). - Employee has a salary (long), and date hired (MyDate). - Faculty has office room \# (int), tenure (bool) and office hours (unknown length list of myDate objects - dates they are available in their office). - Staff has a title (string) Each of these classes should have a inputData() function to get its data from the user at the keyboard, and a printData() function to display its data. handful of items in the list/array/vector, then loop thru it and print out the information for each object by using the printData function. Similar to Homework 4, create an Inheritance Diagram which shows your class heirarchy and submit that as a image/scan/diagram
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
