#include using namespace std; class Teacher{ public: string name; int age; void print(){ cout<<"teacher"<