C++ Program to inherit two classes Student and Faculty from the base class Person
C++ Program to inherit two classes Student and Faculty from the base class Person a. In the base class two functions input( ) and display( ) to input the data members…