I have object of class
class MenuItem { public: void updateInputText(string text) { this->text += text; } string getText() const {