#include "Telephone.h" #include void Telephone::Show() { std::cout << textMessage << std::endl; }