` Class Student{ string name; public: void getName(){ cout << "Enter Student Name: " << endl; } void displayName(){ cout << "Student Name