Answered You can hire a professional tutor to get the answer.
Inheritance C++ Programm Implement a base person drive classes student and instructor from person. A person has name and birthday. A student has a...
Inheritance C++ Programm
Implement a base person drive classes student and instructor from person.
A person has name and birthday.
A student has a major and an instructor a salary.
Write the class definitions constructor and the function print( )for all class